Html Css Color HEX #B924CF Dark Orchid

📋 copy color: '#B924CF'

red 185 ◦ green 36 ◦ blue 207

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

Shades of Dark Orchid #B924CF

Tints of Dark Orchid #B924CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.36%

R = 43.22%
G = 8.41%
B = 48.36%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B924CF (or 0xB924CF) is known color: Dark Orchid. HEX triplet: B9, 24 and CF. RGB value is (185,36,207). Sum of RGB (Red+Green+Blue) = 185+36+207=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 36 (14.45% from 255 or 8.41% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #B924CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B924CF is #46DB30. Grayscale: #636363. Windows color (decimal): -4643633 or 13575353. OLE color: 13575353.

HSL color Cylindrical-coordinate representation of color #B924CF: hue angle of 292.28º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B924CF is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 36 207 -
CMYK 0.11 0.83 0 0.19
HSL 292.28º 0.7% 0.48% -
HSV(B) 292.28º 0.83% 0.81% -
XYZ 31.9 16.08 60.45 -
YUV 100.05 188.36 188.6 -
System Red Green Blue C M Y K H S L
Decimal 185 36 207 0.11 0.83 0 0.19 292.28 0.7 0.48
Hex B9 24 CF B 53 0 13 124 46 30
Octal 271 44 317 13 123 0 23 444 106 60
Binary 10111001 100100 11001111 1011 1010011 0 10011 100100100 1000110 110000

Color Harmonies of #B924CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B924CF

Black with #B924CF

Text Example


Text Example

White with #B924CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B924CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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