Html Css Color HEX #B926CE Dark Orchid

📋 copy color: '#B926CE'

red 185 ◦ green 38 ◦ blue 206

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

Shades of Dark Orchid #B926CE

Tints of Dark Orchid #B926CE

RGB

 RED value IS 185 (72.66% from 255) = 43.12%

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

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

R = 43.12%
G = 8.86%
B = 48.02%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B926CE (or 0xB926CE) is known color: Dark Orchid. HEX triplet: B9, 26 and CE. RGB value is (185,38,206). Sum of RGB (Red+Green+Blue) = 185+38+206=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #B926CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B926CE is #46D931. Grayscale: #646464. Windows color (decimal): -4643122 or 13510329. OLE color: 13510329.

HSL color Cylindrical-coordinate representation of color #B926CE: hue angle of 292.5º 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 #B926CE is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 38 206 -
CMYK 0.10 0.82 0 0.19
HSL 292.5º 0.69% 0.48% -
HSV(B) 292.5º 0.82% 0.81% -
XYZ 31.84 16.16 59.83 -
YUV 101.11 187.2 187.84 -
System Red Green Blue C M Y K H S L
Decimal 185 38 206 0.10 0.82 0 0.19 292.5 0.69 0.48
Hex B9 26 CE A 52 0 13 124 45 30
Octal 271 46 316 12 122 0 23 444 105 60
Binary 10111001 100110 11001110 1010 1010010 0 10011 100100100 1000101 110000

Color Harmonies of #B926CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B926CE

Black with #B926CE

Text Example


Text Example

White with #B926CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B926CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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