Html Css Color HEX #B932DC Medium Orchid

📋 copy color: '#B932DC'

red 185 ◦ green 50 ◦ blue 220

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

Shades of Medium Orchid #B932DC

Tints of Medium Orchid #B932DC

RGB

 RED value IS 185 (72.66% from 255) = 40.66%

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

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

R = 40.66%
G = 10.99%
B = 48.35%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B932DC (or 0xB932DC) is known color: Medium Orchid. HEX triplet: B9, 32 and DC. RGB value is (185,50,220). Sum of RGB (Red+Green+Blue) = 185+50+220=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 50 (19.92% from 255 or 10.99% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #B932DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B932DC is #46CD23. Grayscale: #6D6D6D. Windows color (decimal): -4640036 or 14430905. OLE color: 14430905.

HSL color Cylindrical-coordinate representation of color #B932DC: hue angle of 287.65º 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 #B932DC is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 50 220 -
CMYK 0.16 0.77 0 0.14
HSL 287.65º 0.71% 0.53% -
HSV(B) 287.65º 0.77% 0.86% -
XYZ 34.07 17.76 69.34 -
YUV 109.75 190.23 181.68 -
System Red Green Blue C M Y K H S L
Decimal 185 50 220 0.16 0.77 0 0.14 287.65 0.71 0.53
Hex B9 32 DC 10 4D 0 E 120 47 35
Octal 271 62 334 20 115 0 16 440 107 65
Binary 10111001 110010 11011100 10000 1001101 0 1110 100100000 1000111 110101

Color Harmonies of #B932DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B932DC

Black with #B932DC

Text Example


Text Example

White with #B932DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B932DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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