Html Css Color HEX #B12BBD Dark Orchid

📋 copy color: '#B12BBD'

red 177 ◦ green 43 ◦ blue 189

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

Shades of Dark Orchid #B12BBD

Tints of Dark Orchid #B12BBD

RGB

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

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

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

R = 43.28%
G = 10.51%
B = 46.21%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B12BBD (or 0xB12BBD) is known color: Dark Orchid. HEX triplet: B1, 2B and BD. RGB value is (177,43,189). Sum of RGB (Red+Green+Blue) = 177+43+189=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #B12BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12BBD is #4ED442. Grayscale: #636363. Windows color (decimal): -5166147 or 12397489. OLE color: 12397489.

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

Color convert

RGB 177 43 189 -
CMYK 0.06 0.77 0 0.26
HSL 295.07º 0.63% 0.45% -
HSV(B) 295.07º 0.77% 0.74% -
XYZ 28.18 14.75 49.51 -
YUV 99.71 178.39 183.13 -
System Red Green Blue C M Y K H S L
Decimal 177 43 189 0.06 0.77 0 0.26 295.07 0.63 0.45
Hex B1 2B BD 6 4D 0 1A 127 3F 2D
Octal 261 53 275 6 115 0 32 447 77 55
Binary 10110001 101011 10111101 110 1001101 0 11010 100100111 111111 101101

Color Harmonies of #B12BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12BBD

Black with #B12BBD

Text Example


Text Example

White with #B12BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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