Html Css Color HEX #B02DBE Dark Orchid

📋 copy color: '#B02DBE'

red 176 ◦ green 45 ◦ blue 190

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

Shades of Dark Orchid #B02DBE

Tints of Dark Orchid #B02DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.95%

 BLUE value IS 190 (74.61% from 255) = 46.23%

R = 42.82%
G = 10.95%
B = 46.23%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B02DBE (or 0xB02DBE) is known color: Dark Orchid. HEX triplet: B0, 2D and BE. RGB value is (176,45,190). Sum of RGB (Red+Green+Blue) = 176+45+190=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #B02DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02DBE is #4FD241. Grayscale: #646464. Windows color (decimal): -5231170 or 12463536. OLE color: 12463536.

HSL color Cylindrical-coordinate representation of color #B02DBE: hue angle of 294.21º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02DBE is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 45 190 -
CMYK 0.07 0.76 0 0.25
HSL 294.21º 0.62% 0.46% -
HSV(B) 294.21º 0.76% 0.75% -
XYZ 28.14 14.82 50.09 -
YUV 100.7 178.4 181.71 -
System Red Green Blue C M Y K H S L
Decimal 176 45 190 0.07 0.76 0 0.25 294.21 0.62 0.46
Hex B0 2D BE 7 4C 0 19 126 3E 2E
Octal 260 55 276 7 114 0 31 446 76 56
Binary 10110000 101101 10111110 111 1001100 0 11001 100100110 111110 101110

Color Harmonies of #B02DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02DBE

Black with #B02DBE

Text Example


Text Example

White with #B02DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02DBE; }

 p { color: rgb(176,45,190); }

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

background-color css

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

 a { background-color: rgb(176,45,190); }

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

border-color css

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

 span { border-color: rgb(176,45,190); }

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