Html Css Color HEX #B12BE5 Dark Orchid

📋 copy color: '#B12BE5'

red 177 ◦ green 43 ◦ blue 229

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

Shades of Dark Orchid #B12BE5

Tints of Dark Orchid #B12BE5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.58%

 BLUE value IS 229 (89.84% from 255) = 51%

R = 39.42%
G = 9.58%
B = 51%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B12BE5 (or 0xB12BE5) is known color: Dark Orchid. HEX triplet: B1, 2B and E5. RGB value is (177,43,229). Sum of RGB (Red+Green+Blue) = 177+43+229=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 229 (89.84% from 255 or 51.00% from 449); Max value from RGB is 229 - color contains mainly: blue. Hex color #B12BE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12BE5 is #4ED41A. Grayscale: #676767. Windows color (decimal): -5166107 or 15018929. OLE color: 15018929.

HSL color Cylindrical-coordinate representation of color #B12BE5: hue angle of 283.23º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12BE5 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 43 229 -
CMYK 0.23 0.81 0 0.10
HSL 283.23º 0.78% 0.53% -
HSV(B) 283.23º 0.81% 0.9% -
XYZ 33.14 16.73 75.61 -
YUV 104.27 198.39 179.88 -
System Red Green Blue C M Y K H S L
Decimal 177 43 229 0.23 0.81 0 0.10 283.23 0.78 0.53
Hex B1 2B E5 17 51 0 A 11B 4E 35
Octal 261 53 345 27 121 0 12 433 116 65
Binary 10110001 101011 11100101 10111 1010001 0 1010 100011011 1001110 110101

Color Harmonies of #B12BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12BE5

Black with #B12BE5

Text Example


Text Example

White with #B12BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12BE5; }

 p { color: rgb(177,43,229); }

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

background-color css

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

 a { background-color: rgb(177,43,229); }

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

border-color css

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

 span { border-color: rgb(177,43,229); }

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