Html Css Color HEX #B12BEC Dark Orchid

📋 copy color: '#B12BEC'

red 177 ◦ green 43 ◦ blue 236

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

Shades of Dark Orchid #B12BEC

Tints of Dark Orchid #B12BEC

RGB

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

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

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

R = 38.82%
G = 9.43%
B = 51.75%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B12BEC (or 0xB12BEC) is known color: Dark Orchid. HEX triplet: B1, 2B and EC. RGB value is (177,43,236). Sum of RGB (Red+Green+Blue) = 177+43+236=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 43 (17.19% from 255 or 9.43% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #B12BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12BEC is #4ED413. Grayscale: #686868. Windows color (decimal): -5166100 or 15477681. OLE color: 15477681.

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

Color convert

RGB 177 43 236 -
CMYK 0.25 0.82 0 0.07
HSL 281.66º 0.84% 0.55% -
HSV(B) 281.66º 0.82% 0.93% -
XYZ 34.14 17.13 80.86 -
YUV 105.07 201.89 179.31 -
System Red Green Blue C M Y K H S L
Decimal 177 43 236 0.25 0.82 0 0.07 281.66 0.84 0.55
Hex B1 2B EC 19 52 0 7 11A 54 37
Octal 261 53 354 31 122 0 7 432 124 67
Binary 10110001 101011 11101100 11001 1010010 0 111 100011010 1010100 110111

Color Harmonies of #B12BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12BEC

Black with #B12BEC

Text Example


Text Example

White with #B12BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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