Html Css Color HEX #B924CA Dark Orchid

📋 copy color: '#B924CA'

red 185 ◦ green 36 ◦ blue 202

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

Shades of Dark Orchid #B924CA

Tints of Dark Orchid #B924CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 43.74%
G = 8.51%
B = 47.75%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B924CA (or 0xB924CA) is known color: Dark Orchid. HEX triplet: B9, 24 and CA. RGB value is (185,36,202). Sum of RGB (Red+Green+Blue) = 185+36+202=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #B924CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B924CA is #46DB35. Grayscale: #626262. Windows color (decimal): -4643638 or 13247673. OLE color: 13247673.

HSL color Cylindrical-coordinate representation of color #B924CA: hue angle of 293.86º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B924CA is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 36 202 -
CMYK 0.08 0.82 0 0.21
HSL 293.86º 0.7% 0.47% -
HSV(B) 293.86º 0.82% 0.79% -
XYZ 31.3 15.84 57.28 -
YUV 99.48 185.86 189 -
System Red Green Blue C M Y K H S L
Decimal 185 36 202 0.08 0.82 0 0.21 293.86 0.7 0.47
Hex B9 24 CA 8 52 0 15 126 46 2F
Octal 271 44 312 10 122 0 25 446 106 57
Binary 10111001 100100 11001010 1000 1010010 0 10101 100100110 1000110 101111

Color Harmonies of #B924CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B924CA

Black with #B924CA

Text Example


Text Example

White with #B924CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B924CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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