Html Css Color HEX #B12BDD Dark Orchid

📋 copy color: '#B12BDD'

red 177 ◦ green 43 ◦ blue 221

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

Shades of Dark Orchid #B12BDD

Tints of Dark Orchid #B12BDD

RGB

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

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

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

R = 40.14%
G = 9.75%
B = 50.11%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B12BDD (or 0xB12BDD) is known color: Dark Orchid. HEX triplet: B1, 2B and DD. RGB value is (177,43,221). Sum of RGB (Red+Green+Blue) = 177+43+221=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 43 (17.19% from 255 or 9.75% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #B12BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12BDD is #4ED422. Grayscale: #666666. Windows color (decimal): -5166115 or 14494641. OLE color: 14494641.

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

Color convert

RGB 177 43 221 -
CMYK 0.20 0.81 0 0.13
HSL 285.17º 0.72% 0.52% -
HSV(B) 285.17º 0.81% 0.87% -
XYZ 32.05 16.3 69.86 -
YUV 103.36 194.39 180.53 -
System Red Green Blue C M Y K H S L
Decimal 177 43 221 0.20 0.81 0 0.13 285.17 0.72 0.52
Hex B1 2B DD 14 51 0 D 11D 48 34
Octal 261 53 335 24 121 0 15 435 110 64
Binary 10110001 101011 11011101 10100 1010001 0 1101 100011101 1001000 110100

Color Harmonies of #B12BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12BDD

Black with #B12BDD

Text Example


Text Example

White with #B12BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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