Html Css Color HEX #B82ECE Dark Orchid

📋 copy color: '#B82ECE'

red 184 ◦ green 46 ◦ blue 206

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

Shades of Dark Orchid #B82ECE

Tints of Dark Orchid #B82ECE

RGB

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

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

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

R = 42.2%
G = 10.55%
B = 47.25%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B82ECE (or 0xB82ECE) is known color: Dark Orchid. HEX triplet: B8, 2E and CE. RGB value is (184,46,206). Sum of RGB (Red+Green+Blue) = 184+46+206=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #B82ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82ECE is #47D131. Grayscale: #686868. Windows color (decimal): -4706610 or 13512376. OLE color: 13512376.

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

Color convert

RGB 184 46 206 -
CMYK 0.11 0.78 0 0.19
HSL 291.75º 0.63% 0.49% -
HSV(B) 291.75º 0.78% 0.81% -
XYZ 31.88 16.6 59.92 -
YUV 105.5 184.72 183.99 -
System Red Green Blue C M Y K H S L
Decimal 184 46 206 0.11 0.78 0 0.19 291.75 0.63 0.49
Hex B8 2E CE B 4E 0 13 124 3F 31
Octal 270 56 316 13 116 0 23 444 77 61
Binary 10111000 101110 11001110 1011 1001110 0 10011 100100100 111111 110001

Color Harmonies of #B82ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82ECE

Black with #B82ECE

Text Example


Text Example

White with #B82ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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