Html Css Color HEX #B132DC Dark Orchid

📋 copy color: '#B132DC'

red 177 ◦ green 50 ◦ blue 220

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

Shades of Dark Orchid #B132DC

Tints of Dark Orchid #B132DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 39.6%
G = 11.19%
B = 49.22%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B132DC (or 0xB132DC) is known color: Dark Orchid. HEX triplet: B1, 32 and DC. RGB value is (177,50,220). Sum of RGB (Red+Green+Blue) = 177+50+220=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #B132DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B132DC is #4ECD23. Grayscale: #6A6A6A. Windows color (decimal): -5164324 or 14430897. OLE color: 14430897.

HSL color Cylindrical-coordinate representation of color #B132DC: hue angle of 284.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B132DC is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 50 220 -
CMYK 0.20 0.77 0 0.14
HSL 284.82º 0.71% 0.53% -
HSV(B) 284.82º 0.77% 0.86% -
XYZ 32.19 16.8 69.26 -
YUV 107.35 191.58 177.68 -
System Red Green Blue C M Y K H S L
Decimal 177 50 220 0.20 0.77 0 0.14 284.82 0.71 0.53
Hex B1 32 DC 14 4D 0 E 11D 47 35
Octal 261 62 334 24 115 0 16 435 107 65
Binary 10110001 110010 11011100 10100 1001101 0 1110 100011101 1000111 110101

Color Harmonies of #B132DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B132DC

Black with #B132DC

Text Example


Text Example

White with #B132DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B132DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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