Html Css Color HEX #B924C6 Dark Orchid

📋 copy color: '#B924C6'

red 185 ◦ green 36 ◦ blue 198

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

Shades of Dark Orchid #B924C6

Tints of Dark Orchid #B924C6

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.59%

 BLUE value IS 198 (77.73% from 255) = 47.26%

R = 44.15%
G = 8.59%
B = 47.26%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B924C6 (or 0xB924C6) is known color: Dark Orchid. HEX triplet: B9, 24 and C6. RGB value is (185,36,198). Sum of RGB (Red+Green+Blue) = 185+36+198=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #B924C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B924C6 is #46DB39. Grayscale: #626262. Windows color (decimal): -4643642 or 12985529. OLE color: 12985529.

HSL color Cylindrical-coordinate representation of color #B924C6: hue angle of 295.19º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B924C6 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 36 198 -
CMYK 0.07 0.82 0 0.22
HSL 295.19º 0.69% 0.46% -
HSV(B) 295.19º 0.82% 0.78% -
XYZ 30.83 15.65 54.82 -
YUV 99.02 183.86 189.33 -
System Red Green Blue C M Y K H S L
Decimal 185 36 198 0.07 0.82 0 0.22 295.19 0.69 0.46
Hex B9 24 C6 7 52 0 16 127 45 2E
Octal 271 44 306 7 122 0 26 447 105 56
Binary 10111001 100100 11000110 111 1010010 0 10110 100100111 1000101 101110

Color Harmonies of #B924C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B924C6

Black with #B924C6

Text Example


Text Example

White with #B924C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B924C6; }

 p { color: rgb(185,36,198); }

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

background-color css

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

 a { background-color: rgb(185,36,198); }

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

border-color css

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

 span { border-color: rgb(185,36,198); }

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