Html Css Color HEX #B02ECD Dark Orchid

📋 copy color: '#B02ECD'

red 176 ◦ green 46 ◦ blue 205

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

Shades of Dark Orchid #B02ECD

Tints of Dark Orchid #B02ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.01%

R = 41.22%
G = 10.77%
B = 48.01%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B02ECD (or 0xB02ECD) is known color: Dark Orchid. HEX triplet: B0, 2E and CD. RGB value is (176,46,205). Sum of RGB (Red+Green+Blue) = 176+46+205=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #B02ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02ECD is #4FD132. Grayscale: #666666. Windows color (decimal): -5230899 or 13446832. OLE color: 13446832.

HSL color Cylindrical-coordinate representation of color #B02ECD: hue angle of 289.06º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02ECD is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 46 205 -
CMYK 0.14 0.78 0 0.20
HSL 289.06º 0.63% 0.49% -
HSV(B) 289.06º 0.78% 0.8% -
XYZ 29.9 15.59 59.19 -
YUV 103 185.57 180.07 -
System Red Green Blue C M Y K H S L
Decimal 176 46 205 0.14 0.78 0 0.20 289.06 0.63 0.49
Hex B0 2E CD E 4E 0 14 121 3F 31
Octal 260 56 315 16 116 0 24 441 77 61
Binary 10110000 101110 11001101 1110 1001110 0 10100 100100001 111111 110001

Color Harmonies of #B02ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02ECD

Black with #B02ECD

Text Example


Text Example

White with #B02ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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