Html Css Color HEX #B924E3 Dark Orchid

📋 copy color: '#B924E3'

red 185 ◦ green 36 ◦ blue 227

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

Shades of Dark Orchid #B924E3

Tints of Dark Orchid #B924E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 50.67%

R = 41.29%
G = 8.04%
B = 50.67%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B924E3 (or 0xB924E3) is known color: Dark Orchid. HEX triplet: B9, 24 and E3. RGB value is (185,36,227). Sum of RGB (Red+Green+Blue) = 185+36+227=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 36 (14.45% from 255 or 8.04% from 448); Blue value is 227 (89.06% from 255 or 50.67% from 448); Max value from RGB is 227 - color contains mainly: blue. Hex color #B924E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B924E3 is #46DB1C. Grayscale: #656565. Windows color (decimal): -4643613 or 14886073. OLE color: 14886073.

HSL color Cylindrical-coordinate representation of color #B924E3: hue angle of 286.81º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B924E3 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 36 227 -
CMYK 0.19 0.84 0 0.11
HSL 286.81º 0.77% 0.52% -
HSV(B) 286.81º 0.84% 0.89% -
XYZ 34.5 17.12 74.16 -
YUV 102.33 198.36 186.97 -
System Red Green Blue C M Y K H S L
Decimal 185 36 227 0.19 0.84 0 0.11 286.81 0.77 0.52
Hex B9 24 E3 13 54 0 B 11F 4D 34
Octal 271 44 343 23 124 0 13 437 115 64
Binary 10111001 100100 11100011 10011 1010100 0 1011 100011111 1001101 110100

Color Harmonies of #B924E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B924E3

Black with #B924E3

Text Example


Text Example

White with #B924E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B924E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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