Html Css Color HEX #B02CBE Dark Orchid

📋 copy color: '#B02CBE'

red 176 ◦ green 44 ◦ blue 190

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

Shades of Dark Orchid #B02CBE

Tints of Dark Orchid #B02CBE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.73%

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

R = 42.93%
G = 10.73%
B = 46.34%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B02CBE (or 0xB02CBE) is known color: Dark Orchid. HEX triplet: B0, 2C and BE. RGB value is (176,44,190). Sum of RGB (Red+Green+Blue) = 176+44+190=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #B02CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02CBE is #4FD341. Grayscale: #636363. Windows color (decimal): -5231426 or 12463280. OLE color: 12463280.

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

Color convert

RGB 176 44 190 -
CMYK 0.07 0.77 0 0.25
HSL 294.25º 0.62% 0.46% -
HSV(B) 294.25º 0.77% 0.75% -
XYZ 28.1 14.75 50.08 -
YUV 100.11 178.73 182.13 -
System Red Green Blue C M Y K H S L
Decimal 176 44 190 0.07 0.77 0 0.25 294.25 0.62 0.46
Hex B0 2C BE 7 4D 0 19 126 3E 2E
Octal 260 54 276 7 115 0 31 446 76 56
Binary 10110000 101100 10111110 111 1001101 0 11001 100100110 111110 101110

Color Harmonies of #B02CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02CBE

Black with #B02CBE

Text Example


Text Example

White with #B02CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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