Html Css Color HEX #B91FDE Dark Orchid

📋 copy color: '#B91FDE'

red 185 ◦ green 31 ◦ blue 222

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

Shades of Dark Orchid #B91FDE

Tints of Dark Orchid #B91FDE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.08%

 BLUE value IS 222 (87.11% from 255) = 50.68%

R = 42.24%
G = 7.08%
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

#B91FDE (or 0xB91FDE) is known color: Dark Orchid. HEX triplet: B9, 1F and DE. RGB value is (185,31,222). Sum of RGB (Red+Green+Blue) = 185+31+222=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #B91FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91FDE is #46E021. Grayscale: #626262. Windows color (decimal): -4644898 or 14557113. OLE color: 14557113.

HSL color Cylindrical-coordinate representation of color #B91FDE: hue angle of 288.38º 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 #B91FDE is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 31 222 -
CMYK 0.17 0.86 0 0.13
HSL 288.38º 0.75% 0.5% -
HSV(B) 288.38º 0.86% 0.87% -
XYZ 33.68 16.57 70.53 -
YUV 98.82 197.52 189.47 -
System Red Green Blue C M Y K H S L
Decimal 185 31 222 0.17 0.86 0 0.13 288.38 0.75 0.5
Hex B9 1F DE 11 56 0 D 120 4B 32
Octal 271 37 336 21 126 0 15 440 113 62
Binary 10111001 11111 11011110 10001 1010110 0 1101 100100000 1001011 110010

Color Harmonies of #B91FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91FDE

Black with #B91FDE

Text Example


Text Example

White with #B91FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91FDE; }

 p { color: rgb(185,31,222); }

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

background-color css

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

 a { background-color: rgb(185,31,222); }

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

border-color css

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

 span { border-color: rgb(185,31,222); }

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