Html Css Color HEX #B131EC Dark Orchid

📋 copy color: '#B131EC'

red 177 ◦ green 49 ◦ blue 236

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

Shades of Dark Orchid #B131EC

Tints of Dark Orchid #B131EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.08%

R = 38.31%
G = 10.61%
B = 51.08%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B131EC (or 0xB131EC) is known color: Dark Orchid. HEX triplet: B1, 31 and EC. RGB value is (177,49,236). Sum of RGB (Red+Green+Blue) = 177+49+236=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #B131EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B131EC is #4ECE13. Grayscale: #6B6B6B. Windows color (decimal): -5164564 or 15479217. OLE color: 15479217.

HSL color Cylindrical-coordinate representation of color #B131EC: hue angle of 281.07º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B131EC is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 49 236 -
CMYK 0.25 0.79 0 0.07
HSL 281.07º 0.83% 0.56% -
HSV(B) 281.07º 0.79% 0.93% -
XYZ 34.37 17.6 80.94 -
YUV 108.59 199.91 176.79 -
System Red Green Blue C M Y K H S L
Decimal 177 49 236 0.25 0.79 0 0.07 281.07 0.83 0.56
Hex B1 31 EC 19 4F 0 7 119 53 38
Octal 261 61 354 31 117 0 7 431 123 70
Binary 10110001 110001 11101100 11001 1001111 0 111 100011001 1010011 111000

Color Harmonies of #B131EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B131EC

Black with #B131EC

Text Example


Text Example

White with #B131EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B131EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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