Html Css Color HEX #B132DF Dark Orchid

📋 copy color: '#B132DF'

red 177 ◦ green 50 ◦ blue 223

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

Shades of Dark Orchid #B132DF

Tints of Dark Orchid #B132DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.56%

R = 39.33%
G = 11.11%
B = 49.56%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B132DF (or 0xB132DF) is known color: Dark Orchid. HEX triplet: B1, 32 and DF. RGB value is (177,50,223). Sum of RGB (Red+Green+Blue) = 177+50+223=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #B132DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B132DF is #4ECD20. Grayscale: #6B6B6B. Windows color (decimal): -5164321 or 14627505. OLE color: 14627505.

HSL color Cylindrical-coordinate representation of color #B132DF: hue angle of 284.05º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B132DF is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 50 223 -
CMYK 0.21 0.78 0 0.13
HSL 284.05º 0.73% 0.54% -
HSV(B) 284.05º 0.78% 0.87% -
XYZ 32.59 16.96 71.37 -
YUV 107.7 193.08 177.43 -
System Red Green Blue C M Y K H S L
Decimal 177 50 223 0.21 0.78 0 0.13 284.05 0.73 0.54
Hex B1 32 DF 15 4E 0 D 11C 49 36
Octal 261 62 337 25 116 0 15 434 111 66
Binary 10110001 110010 11011111 10101 1001110 0 1101 100011100 1001001 110110

Color Harmonies of #B132DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B132DF

Black with #B132DF

Text Example


Text Example

White with #B132DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B132DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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