Html Css Color HEX #B926CC Dark Orchid

📋 copy color: '#B926CC'

red 185 ◦ green 38 ◦ blue 204

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

Shades of Dark Orchid #B926CC

Tints of Dark Orchid #B926CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.78%

R = 43.33%
G = 8.9%
B = 47.78%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B926CC (or 0xB926CC) is known color: Dark Orchid. HEX triplet: B9, 26 and CC. RGB value is (185,38,204). Sum of RGB (Red+Green+Blue) = 185+38+204=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 38 (15.23% from 255 or 8.90% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #B926CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B926CC is #46D933. Grayscale: #646464. Windows color (decimal): -4643124 or 13379257. OLE color: 13379257.

HSL color Cylindrical-coordinate representation of color #B926CC: hue angle of 293.13º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B926CC is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 38 204 -
CMYK 0.09 0.81 0 0.2
HSL 293.13º 0.69% 0.47% -
HSV(B) 293.13º 0.81% 0.8% -
XYZ 31.6 16.06 58.56 -
YUV 100.88 186.2 188 -
System Red Green Blue C M Y K H S L
Decimal 185 38 204 0.09 0.81 0 0.2 293.13 0.69 0.47
Hex B9 26 CC 9 51 0 14 125 45 2F
Octal 271 46 314 11 121 0 24 445 105 57
Binary 10111001 100110 11001100 1001 1010001 0 10100 100100101 1000101 101111

Color Harmonies of #B926CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B926CC

Black with #B926CC

Text Example


Text Example

White with #B926CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B926CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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