Html Css Color HEX #B931CF Dark Orchid

📋 copy color: '#B931CF'

red 185 ◦ green 49 ◦ blue 207

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

Shades of Dark Orchid #B931CF

Tints of Dark Orchid #B931CF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.11%

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

R = 41.95%
G = 11.11%
B = 46.94%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B931CF (or 0xB931CF) is known color: Dark Orchid. HEX triplet: B9, 31 and CF. RGB value is (185,49,207). Sum of RGB (Red+Green+Blue) = 185+49+207=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #B931CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B931CF is #46CE30. Grayscale: #6B6B6B. Windows color (decimal): -4640305 or 13578681. OLE color: 13578681.

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

Color convert

RGB 185 49 207 -
CMYK 0.11 0.76 0 0.19
HSL 291.65º 0.62% 0.5% -
HSV(B) 291.65º 0.76% 0.81% -
XYZ 32.37 17.02 60.61 -
YUV 107.68 184.06 183.15 -
System Red Green Blue C M Y K H S L
Decimal 185 49 207 0.11 0.76 0 0.19 291.65 0.62 0.5
Hex B9 31 CF B 4C 0 13 124 3E 32
Octal 271 61 317 13 114 0 23 444 76 62
Binary 10111001 110001 11001111 1011 1001100 0 10011 100100100 111110 110010

Color Harmonies of #B931CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B931CF

Black with #B931CF

Text Example


Text Example

White with #B931CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B931CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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