Html Css Color HEX #B926DC Dark Orchid

📋 copy color: '#B926DC'

red 185 ◦ green 38 ◦ blue 220

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

Shades of Dark Orchid #B926DC

Tints of Dark Orchid #B926DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 41.76%
G = 8.58%
B = 49.66%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B926DC (or 0xB926DC) is known color: Dark Orchid. HEX triplet: B9, 26 and DC. RGB value is (185,38,220). Sum of RGB (Red+Green+Blue) = 185+38+220=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 38 (15.23% from 255 or 8.58% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #B926DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B926DC is #46D923. Grayscale: #666666. Windows color (decimal): -4643108 or 14427833. OLE color: 14427833.

HSL color Cylindrical-coordinate representation of color #B926DC: hue angle of 288.46º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B926DC is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 38 220 -
CMYK 0.16 0.83 0 0.14
HSL 288.46º 0.72% 0.51% -
HSV(B) 288.46º 0.83% 0.86% -
XYZ 33.62 16.87 69.19 -
YUV 102.7 194.2 186.7 -
System Red Green Blue C M Y K H S L
Decimal 185 38 220 0.16 0.83 0 0.14 288.46 0.72 0.51
Hex B9 26 DC 10 53 0 E 120 48 33
Octal 271 46 334 20 123 0 16 440 110 63
Binary 10111001 100110 11011100 10000 1010011 0 1110 100100000 1001000 110011

Color Harmonies of #B926DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B926DC

Black with #B926DC

Text Example


Text Example

White with #B926DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B926DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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