Html Css Color HEX #B12EDD Dark Orchid

📋 copy color: '#B12EDD'

red 177 ◦ green 46 ◦ blue 221

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

Shades of Dark Orchid #B12EDD

Tints of Dark Orchid #B12EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.77%

R = 39.86%
G = 10.36%
B = 49.77%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B12EDD (or 0xB12EDD) is known color: Dark Orchid. HEX triplet: B1, 2E and DD. RGB value is (177,46,221). Sum of RGB (Red+Green+Blue) = 177+46+221=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 46 (18.36% from 255 or 10.36% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #B12EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12EDD is #4ED122. Grayscale: #686868. Windows color (decimal): -5165347 or 14495409. OLE color: 14495409.

HSL color Cylindrical-coordinate representation of color #B12EDD: hue angle of 284.91º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B12EDD is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 46 221 -
CMYK 0.20 0.79 0 0.13
HSL 284.91º 0.72% 0.52% -
HSV(B) 284.91º 0.79% 0.87% -
XYZ 32.16 16.52 69.9 -
YUV 105.12 193.4 179.27 -
System Red Green Blue C M Y K H S L
Decimal 177 46 221 0.20 0.79 0 0.13 284.91 0.72 0.52
Hex B1 2E DD 14 4F 0 D 11D 48 34
Octal 261 56 335 24 117 0 15 435 110 64
Binary 10110001 101110 11011101 10100 1001111 0 1101 100011101 1001000 110100

Color Harmonies of #B12EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12EDD

Black with #B12EDD

Text Example


Text Example

White with #B12EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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