Html Css Color HEX #B82CCE Dark Orchid

📋 copy color: '#B82CCE'

red 184 ◦ green 44 ◦ blue 206

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

Shades of Dark Orchid #B82CCE

Tints of Dark Orchid #B82CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.47%

R = 42.4%
G = 10.14%
B = 47.47%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B82CCE (or 0xB82CCE) is known color: Dark Orchid. HEX triplet: B8, 2C and CE. RGB value is (184,44,206). Sum of RGB (Red+Green+Blue) = 184+44+206=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #B82CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82CCE is #47D331. Grayscale: #676767. Windows color (decimal): -4707122 or 13511864. OLE color: 13511864.

HSL color Cylindrical-coordinate representation of color #B82CCE: hue angle of 291.85º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82CCE is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 44 206 -
CMYK 0.11 0.79 0 0.19
HSL 291.85º 0.65% 0.49% -
HSV(B) 291.85º 0.79% 0.81% -
XYZ 31.81 16.45 59.89 -
YUV 104.33 185.38 184.83 -
System Red Green Blue C M Y K H S L
Decimal 184 44 206 0.11 0.79 0 0.19 291.85 0.65 0.49
Hex B8 2C CE B 4F 0 13 124 41 31
Octal 270 54 316 13 117 0 23 444 101 61
Binary 10111000 101100 11001110 1011 1001111 0 10011 100100100 1000001 110001

Color Harmonies of #B82CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82CCE

Black with #B82CCE

Text Example


Text Example

White with #B82CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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