Html Css Color HEX #B932D8 Medium Orchid

📋 copy color: '#B932D8'

red 185 ◦ green 50 ◦ blue 216

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

Shades of Medium Orchid #B932D8

Tints of Medium Orchid #B932D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.89%

R = 41.02%
G = 11.09%
B = 47.89%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B932D8 (or 0xB932D8) is known color: Medium Orchid. HEX triplet: B9, 32 and D8. RGB value is (185,50,216). Sum of RGB (Red+Green+Blue) = 185+50+216=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 216 (84.77% from 255 or 47.89% from 451); Max value from RGB is 216 - color contains mainly: blue. Hex color #B932D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B932D8 is #46CD27. Grayscale: #6C6C6C. Windows color (decimal): -4640040 or 14168761. OLE color: 14168761.

HSL color Cylindrical-coordinate representation of color #B932D8: hue angle of 288.8º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B932D8 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 50 216 -
CMYK 0.14 0.77 0 0.15
HSL 288.8º 0.68% 0.52% -
HSV(B) 288.8º 0.77% 0.85% -
XYZ 33.54 17.55 66.59 -
YUV 109.29 188.23 182 -
System Red Green Blue C M Y K H S L
Decimal 185 50 216 0.14 0.77 0 0.15 288.8 0.68 0.52
Hex B9 32 D8 E 4D 0 F 121 44 34
Octal 271 62 330 16 115 0 17 441 104 64
Binary 10111001 110010 11011000 1110 1001101 0 1111 100100001 1000100 110100

Color Harmonies of #B932D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B932D8

Black with #B932D8

Text Example


Text Example

White with #B932D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B932D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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