Html Css Color HEX #B12BDA Dark Orchid

📋 copy color: '#B12BDA'

red 177 ◦ green 43 ◦ blue 218

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

Shades of Dark Orchid #B12BDA

Tints of Dark Orchid #B12BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.77%

R = 40.41%
G = 9.82%
B = 49.77%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B12BDA (or 0xB12BDA) is known color: Dark Orchid. HEX triplet: B1, 2B and DA. RGB value is (177,43,218). Sum of RGB (Red+Green+Blue) = 177+43+218=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #B12BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12BDA is #4ED425. Grayscale: #666666. Windows color (decimal): -5166118 or 14298033. OLE color: 14298033.

HSL color Cylindrical-coordinate representation of color #B12BDA: hue angle of 285.94º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12BDA is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 43 218 -
CMYK 0.19 0.80 0 0.15
HSL 285.94º 0.7% 0.51% -
HSV(B) 285.94º 0.8% 0.85% -
XYZ 31.65 16.14 67.78 -
YUV 103.02 192.89 180.77 -
System Red Green Blue C M Y K H S L
Decimal 177 43 218 0.19 0.80 0 0.15 285.94 0.7 0.51
Hex B1 2B DA 13 50 0 F 11E 46 33
Octal 261 53 332 23 120 0 17 436 106 63
Binary 10110001 101011 11011010 10011 1010000 0 1111 100011110 1000110 110011

Color Harmonies of #B12BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12BDA

Black with #B12BDA

Text Example


Text Example

White with #B12BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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