Html Css Color HEX #B02EDC Dark Orchid

📋 copy color: '#B02EDC'

red 176 ◦ green 46 ◦ blue 220

#B02EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B02EDC

Tints of Dark Orchid #B02EDC

RGB

 RED value IS 176 (69.14% from 255) = 39.82%

 GREEN value IS 46 (18.36% from 255) = 10.41%

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 39.82%
G = 10.41%
B = 49.77%

CMYK

 C value IS 0.2

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B02EDC (or 0xB02EDC) is known color: Dark Orchid. HEX triplet: B0, 2E and DC. RGB value is (176,46,220). Sum of RGB (Red+Green+Blue) = 176+46+220=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 46 (18.36% from 255 or 10.41% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #B02EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02EDC is #4FD123. Grayscale: #686868. Windows color (decimal): -5230884 or 14429872. OLE color: 14429872.

HSL color Cylindrical-coordinate representation of color #B02EDC: hue angle of 284.83º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B02EDC is Cyan = 0.2, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 46 220 -
CMYK 0.2 0.79 0 0.14
HSL 284.83º 0.71% 0.52% -
HSV(B) 284.83º 0.79% 0.86% -
XYZ 31.8 16.35 69.19 -
YUV 104.71 193.07 178.85 -
System Red Green Blue C M Y K H S L
Decimal 176 46 220 0.2 0.79 0 0.14 284.83 0.71 0.52
Hex B0 2E DC 14 4F 0 E 11D 47 34
Octal 260 56 334 24 117 0 16 435 107 64
Binary 10110000 101110 11011100 10100 1001111 0 1110 100011101 1000111 110100

Color Harmonies of #B02EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02EDC

Black with #B02EDC

Text Example


Text Example

White with #B02EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02EDC; }

 p { color: rgb(176,46,220); }

 H1.HeaderClassName
 {
   color: #B02EDC;
 }
 .AnyTagClassName
 {
   color: #B02EDC;
 }
</style>

background-color css

<style>
 a { background-color: #B02EDC; }

 a { background-color: rgb(176,46,220); }

 div.DivClassName
 {
   background-color: #B02EDC;
 }
 .BgClassName
 {
   background-color: #B02EDC;
 }
</style>

border-color css

<style>
 span { border-color: #B02EDC; }

 span { border-color: rgb(176,46,220); }

 td.TdClassName
 {
   border-color: #B02EDC;
 }
 .TagClassName
 {
   border-color: #B02EDC;
 }
</style>