Html Css Color HEX #B131BE Dark Orchid

📋 copy color: '#B131BE'

red 177 ◦ green 49 ◦ blue 190

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

Shades of Dark Orchid #B131BE

Tints of Dark Orchid #B131BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.67%

R = 42.55%
G = 11.78%
B = 45.67%

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

#B131BE (or 0xB131BE) is known color: Dark Orchid. HEX triplet: B1, 31 and BE. RGB value is (177,49,190). Sum of RGB (Red+Green+Blue) = 177+49+190=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #B131BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B131BE is #4ECE41. Grayscale: #666666. Windows color (decimal): -5164610 or 12464561. OLE color: 12464561.

HSL color Cylindrical-coordinate representation of color #B131BE: hue angle of 294.47º 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 #B131BE is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 49 190 -
CMYK 0.07 0.74 0 0.25
HSL 294.47º 0.59% 0.47% -
HSV(B) 294.47º 0.74% 0.75% -
XYZ 28.52 15.26 50.16 -
YUV 103.35 176.91 180.54 -
System Red Green Blue C M Y K H S L
Decimal 177 49 190 0.07 0.74 0 0.25 294.47 0.59 0.47
Hex B1 31 BE 7 4A 0 19 126 3B 2F
Octal 261 61 276 7 112 0 31 446 73 57
Binary 10110001 110001 10111110 111 1001010 0 11001 100100110 111011 101111

Color Harmonies of #B131BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B131BE

Black with #B131BE

Text Example


Text Example

White with #B131BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B131BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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