Html Css Color HEX #B12EBD Dark Orchid

📋 copy color: '#B12EBD'

red 177 ◦ green 46 ◦ blue 189

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

Shades of Dark Orchid #B12EBD

Tints of Dark Orchid #B12EBD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.17%

 BLUE value IS 189 (74.22% from 255) = 45.87%

R = 42.96%
G = 11.17%
B = 45.87%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B12EBD (or 0xB12EBD) is known color: Dark Orchid. HEX triplet: B1, 2E and BD. RGB value is (177,46,189). Sum of RGB (Red+Green+Blue) = 177+46+189=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #B12EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12EBD is #4ED142. Grayscale: #656565. Windows color (decimal): -5165379 or 12398257. OLE color: 12398257.

HSL color Cylindrical-coordinate representation of color #B12EBD: hue angle of 294.97º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B12EBD is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 46 189 -
CMYK 0.06 0.76 0 0.26
HSL 294.97º 0.61% 0.46% -
HSV(B) 294.97º 0.76% 0.74% -
XYZ 28.29 14.98 49.54 -
YUV 101.47 177.4 181.87 -
System Red Green Blue C M Y K H S L
Decimal 177 46 189 0.06 0.76 0 0.26 294.97 0.61 0.46
Hex B1 2E BD 6 4C 0 1A 127 3D 2E
Octal 261 56 275 6 114 0 32 447 75 56
Binary 10110001 101110 10111101 110 1001100 0 11010 100100111 111101 101110

Color Harmonies of #B12EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12EBD

Black with #B12EBD

Text Example


Text Example

White with #B12EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12EBD; }

 p { color: rgb(177,46,189); }

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

background-color css

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

 a { background-color: rgb(177,46,189); }

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

border-color css

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

 span { border-color: rgb(177,46,189); }

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