Html Css Color HEX #B131BF Dark Orchid

📋 copy color: '#B131BF'

red 177 ◦ green 49 ◦ blue 191

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

Shades of Dark Orchid #B131BF

Tints of Dark Orchid #B131BF

RGB

 RED value IS 177 (69.53% from 255) = 42.45%

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

 BLUE value IS 191 (75% from 255) = 45.8%

R = 42.45%
G = 11.75%
B = 45.8%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B131BF (or 0xB131BF) is known color: Dark Orchid. HEX triplet: B1, 31 and BF. RGB value is (177,49,191). Sum of RGB (Red+Green+Blue) = 177+49+191=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #B131BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B131BF is #4ECE40. Grayscale: #676767. Windows color (decimal): -5164609 or 12530097. OLE color: 12530097.

HSL color Cylindrical-coordinate representation of color #B131BF: hue angle of 294.08º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B131BF is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 49 191 -
CMYK 0.07 0.74 0 0.25
HSL 294.08º 0.59% 0.47% -
HSV(B) 294.08º 0.74% 0.75% -
XYZ 28.63 15.31 50.74 -
YUV 103.46 177.41 180.45 -
System Red Green Blue C M Y K H S L
Decimal 177 49 191 0.07 0.74 0 0.25 294.08 0.59 0.47
Hex B1 31 BF 7 4A 0 19 126 3B 2F
Octal 261 61 277 7 112 0 31 446 73 57
Binary 10110001 110001 10111111 111 1001010 0 11001 100100110 111011 101111

Color Harmonies of #B131BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B131BF

Black with #B131BF

Text Example


Text Example

White with #B131BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B131BF; }

 p { color: rgb(177,49,191); }

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

background-color css

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

 a { background-color: rgb(177,49,191); }

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

border-color css

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

 span { border-color: rgb(177,49,191); }

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