Html Css Color HEX #B920DF Dark Orchid

📋 copy color: '#B920DF'

red 185 ◦ green 32 ◦ blue 223

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

Shades of Dark Orchid #B920DF

Tints of Dark Orchid #B920DF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.27%

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 42.05%
G = 7.27%
B = 50.68%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B920DF (or 0xB920DF) is known color: Dark Orchid. HEX triplet: B9, 20 and DF. RGB value is (185,32,223). Sum of RGB (Red+Green+Blue) = 185+32+223=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #B920DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B920DF is #46DF20. Grayscale: #626262. Windows color (decimal): -4644641 or 14622905. OLE color: 14622905.

HSL color Cylindrical-coordinate representation of color #B920DF: hue angle of 288.06º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B920DF is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 32 223 -
CMYK 0.17 0.86 0 0.13
HSL 288.06º 0.75% 0.5% -
HSV(B) 288.06º 0.86% 0.87% -
XYZ 33.84 16.68 71.25 -
YUV 99.52 197.69 188.97 -
System Red Green Blue C M Y K H S L
Decimal 185 32 223 0.17 0.86 0 0.13 288.06 0.75 0.5
Hex B9 20 DF 11 56 0 D 120 4B 32
Octal 271 40 337 21 126 0 15 440 113 62
Binary 10111001 100000 11011111 10001 1010110 0 1101 100100000 1001011 110010

Color Harmonies of #B920DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B920DF

Black with #B920DF

Text Example


Text Example

White with #B920DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B920DF; }

 p { color: rgb(185,32,223); }

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

background-color css

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

 a { background-color: rgb(185,32,223); }

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

border-color css

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

 span { border-color: rgb(185,32,223); }

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