Html Css Color HEX #B82CCB Dark Orchid

📋 copy color: '#B82CCB'

red 184 ◦ green 44 ◦ blue 203

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

Shades of Dark Orchid #B82CCB

Tints of Dark Orchid #B82CCB

RGB

 RED value IS 184 (72.27% from 255) = 42.69%

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

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 42.69%
G = 10.21%
B = 47.1%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B82CCB (or 0xB82CCB) is known color: Dark Orchid. HEX triplet: B8, 2C and CB. RGB value is (184,44,203). Sum of RGB (Red+Green+Blue) = 184+44+203=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #B82CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82CCB is #47D334. Grayscale: #676767. Windows color (decimal): -4707125 or 13315256. OLE color: 13315256.

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

Color convert

RGB 184 44 203 -
CMYK 0.09 0.78 0 0.20
HSL 292.83º 0.64% 0.48% -
HSV(B) 292.83º 0.78% 0.8% -
XYZ 31.45 16.3 57.99 -
YUV 103.99 183.88 185.07 -
System Red Green Blue C M Y K H S L
Decimal 184 44 203 0.09 0.78 0 0.20 292.83 0.64 0.48
Hex B8 2C CB 9 4E 0 14 125 40 30
Octal 270 54 313 11 116 0 24 445 100 60
Binary 10111000 101100 11001011 1001 1001110 0 10100 100100101 1000000 110000

Color Harmonies of #B82CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82CCB

Black with #B82CCB

Text Example


Text Example

White with #B82CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82CCB; }

 p { color: rgb(184,44,203); }

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

background-color css

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

 a { background-color: rgb(184,44,203); }

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

border-color css

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

 span { border-color: rgb(184,44,203); }

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