Html Css Color HEX #B826CE Dark Orchid

📋 copy color: '#B826CE'

red 184 ◦ green 38 ◦ blue 206

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

Shades of Dark Orchid #B826CE

Tints of Dark Orchid #B826CE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.88%

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

R = 42.99%
G = 8.88%
B = 48.13%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B826CE (or 0xB826CE) is known color: Dark Orchid. HEX triplet: B8, 26 and CE. RGB value is (184,38,206). Sum of RGB (Red+Green+Blue) = 184+38+206=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #B826CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B826CE is #47D931. Grayscale: #646464. Windows color (decimal): -4708658 or 13510328. OLE color: 13510328.

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

Color convert

RGB 184 38 206 -
CMYK 0.11 0.82 0 0.19
HSL 292.14º 0.69% 0.48% -
HSV(B) 292.14º 0.82% 0.81% -
XYZ 31.6 16.03 59.82 -
YUV 100.81 187.37 187.34 -
System Red Green Blue C M Y K H S L
Decimal 184 38 206 0.11 0.82 0 0.19 292.14 0.69 0.48
Hex B8 26 CE B 52 0 13 124 45 30
Octal 270 46 316 13 122 0 23 444 105 60
Binary 10111000 100110 11001110 1011 1010010 0 10011 100100100 1000101 110000

Color Harmonies of #B826CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B826CE

Black with #B826CE

Text Example


Text Example

White with #B826CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B826CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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