Html Css Color HEX #B131E9 Dark Orchid

📋 copy color: '#B131E9'

red 177 ◦ green 49 ◦ blue 233

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

Shades of Dark Orchid #B131E9

Tints of Dark Orchid #B131E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50.76%

R = 38.56%
G = 10.68%
B = 50.76%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B131E9 (or 0xB131E9) is known color: Dark Orchid. HEX triplet: B1, 31 and E9. RGB value is (177,49,233). Sum of RGB (Red+Green+Blue) = 177+49+233=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 233 (91.41% from 255 or 50.76% from 459); Max value from RGB is 233 - color contains mainly: blue. Hex color #B131E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B131E9 is #4ECE16. Grayscale: #6B6B6B. Windows color (decimal): -5164567 or 15282609. OLE color: 15282609.

HSL color Cylindrical-coordinate representation of color #B131E9: hue angle of 281.74º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B131E9 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 177 49 233 -
CMYK 0.24 0.79 0 0.09
HSL 281.74º 0.81% 0.55% -
HSV(B) 281.74º 0.79% 0.91% -
XYZ 33.94 17.43 78.67 -
YUV 108.25 198.41 177.04 -
System Red Green Blue C M Y K H S L
Decimal 177 49 233 0.24 0.79 0 0.09 281.74 0.81 0.55
Hex B1 31 E9 18 4F 0 9 11A 51 37
Octal 261 61 351 30 117 0 11 432 121 67
Binary 10110001 110001 11101001 11000 1001111 0 1001 100011010 1010001 110111

Color Harmonies of #B131E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B131E9

Black with #B131E9

Text Example


Text Example

White with #B131E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B131E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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