Html Css Color HEX #B932DB Medium Orchid

📋 copy color: '#B932DB'

red 185 ◦ green 50 ◦ blue 219

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

Shades of Medium Orchid #B932DB

Tints of Medium Orchid #B932DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.24%

R = 40.75%
G = 11.01%
B = 48.24%

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

#B932DB (or 0xB932DB) is known color: Medium Orchid. HEX triplet: B9, 32 and DB. RGB value is (185,50,219). Sum of RGB (Red+Green+Blue) = 185+50+219=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #B932DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B932DB is #46CD24. Grayscale: #6D6D6D. Windows color (decimal): -4640037 or 14365369. OLE color: 14365369.

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

Color convert

RGB 185 50 219 -
CMYK 0.16 0.77 0 0.14
HSL 287.93º 0.7% 0.53% -
HSV(B) 287.93º 0.77% 0.86% -
XYZ 33.93 17.71 68.65 -
YUV 109.63 189.73 181.76 -
System Red Green Blue C M Y K H S L
Decimal 185 50 219 0.16 0.77 0 0.14 287.93 0.7 0.53
Hex B9 32 DB 10 4D 0 E 120 46 35
Octal 271 62 333 20 115 0 16 440 106 65
Binary 10111001 110010 11011011 10000 1001101 0 1110 100100000 1000110 110101

Color Harmonies of #B932DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B932DB

Black with #B932DB

Text Example


Text Example

White with #B932DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B932DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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