Html Css Color HEX #B12CE3 Dark Orchid

📋 copy color: '#B12CE3'

red 177 ◦ green 44 ◦ blue 227

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

Shades of Dark Orchid #B12CE3

Tints of Dark Orchid #B12CE3

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.82%

 BLUE value IS 227 (89.06% from 255) = 50.67%

R = 39.51%
G = 9.82%
B = 50.67%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B12CE3 (or 0xB12CE3) is known color: Dark Orchid. HEX triplet: B1, 2C and E3. RGB value is (177,44,227). Sum of RGB (Red+Green+Blue) = 177+44+227=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 227 (89.06% from 255 or 50.67% from 448); Max value from RGB is 227 - color contains mainly: blue. Hex color #B12CE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12CE3 is #4ED31C. Grayscale: #686868. Windows color (decimal): -5165853 or 14888113. OLE color: 14888113.

HSL color Cylindrical-coordinate representation of color #B12CE3: hue angle of 283.61º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12CE3 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 44 227 -
CMYK 0.22 0.81 0 0.11
HSL 283.61º 0.77% 0.53% -
HSV(B) 283.61º 0.81% 0.89% -
XYZ 32.9 16.69 74.16 -
YUV 104.63 197.06 179.62 -
System Red Green Blue C M Y K H S L
Decimal 177 44 227 0.22 0.81 0 0.11 283.61 0.77 0.53
Hex B1 2C E3 16 51 0 B 11C 4D 35
Octal 261 54 343 26 121 0 13 434 115 65
Binary 10110001 101100 11100011 10110 1010001 0 1011 100011100 1001101 110101

Color Harmonies of #B12CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12CE3

Black with #B12CE3

Text Example


Text Example

White with #B12CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12CE3; }

 p { color: rgb(177,44,227); }

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

background-color css

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

 a { background-color: rgb(177,44,227); }

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

border-color css

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

 span { border-color: rgb(177,44,227); }

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