Html Css Color HEX #B926C3 Dark Orchid

📋 copy color: '#B926C3'

red 185 ◦ green 38 ◦ blue 195

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

Shades of Dark Orchid #B926C3

Tints of Dark Orchid #B926C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 46.65%

R = 44.26%
G = 9.09%
B = 46.65%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B926C3 (or 0xB926C3) is known color: Dark Orchid. HEX triplet: B9, 26 and C3. RGB value is (185,38,195). Sum of RGB (Red+Green+Blue) = 185+38+195=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 195 (76.56% from 255 or 46.65% from 418); Max value from RGB is 195 - color contains mainly: blue. Hex color #B926C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B926C3 is #46D93C. Grayscale: #636363. Windows color (decimal): -4643133 or 12789433. OLE color: 12789433.

HSL color Cylindrical-coordinate representation of color #B926C3: hue angle of 296.18º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B926C3 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 38 195 -
CMYK 0.05 0.81 0 0.24
HSL 296.18º 0.67% 0.46% -
HSV(B) 296.18º 0.81% 0.76% -
XYZ 30.55 15.64 53.04 -
YUV 99.85 181.7 188.73 -
System Red Green Blue C M Y K H S L
Decimal 185 38 195 0.05 0.81 0 0.24 296.18 0.67 0.46
Hex B9 26 C3 5 51 0 18 128 43 2E
Octal 271 46 303 5 121 0 30 450 103 56
Binary 10111001 100110 11000011 101 1010001 0 11000 100101000 1000011 101110

Color Harmonies of #B926C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B926C3

Black with #B926C3

Text Example


Text Example

White with #B926C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B926C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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