Html Css Color HEX #B132BA Dark Orchid

📋 copy color: '#B132BA'

red 177 ◦ green 50 ◦ blue 186

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

Shades of Dark Orchid #B132BA

Tints of Dark Orchid #B132BA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.11%

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 42.86%
G = 12.11%
B = 45.04%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B132BA (or 0xB132BA) is known color: Dark Orchid. HEX triplet: B1, 32 and BA. RGB value is (177,50,186). Sum of RGB (Red+Green+Blue) = 177+50+186=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #B132BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B132BA is #4ECD45. Grayscale: #676767. Windows color (decimal): -5164358 or 12202673. OLE color: 12202673.

HSL color Cylindrical-coordinate representation of color #B132BA: hue angle of 296.03º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B132BA is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 50 186 -
CMYK 0.05 0.73 0 0.27
HSL 296.03º 0.58% 0.46% -
HSV(B) 296.03º 0.73% 0.73% -
XYZ 28.13 15.17 47.9 -
YUV 103.48 174.58 180.44 -
System Red Green Blue C M Y K H S L
Decimal 177 50 186 0.05 0.73 0 0.27 296.03 0.58 0.46
Hex B1 32 BA 5 49 0 1B 128 3A 2E
Octal 261 62 272 5 111 0 33 450 72 56
Binary 10110001 110010 10111010 101 1001001 0 11011 100101000 111010 101110

Color Harmonies of #B132BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B132BA

Black with #B132BA

Text Example


Text Example

White with #B132BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B132BA; }

 p { color: rgb(177,50,186); }

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

background-color css

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

 a { background-color: rgb(177,50,186); }

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

border-color css

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

 span { border-color: rgb(177,50,186); }

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