Html Css Color HEX #B932D5 Medium Orchid

📋 copy color: '#B932D5'

red 185 ◦ green 50 ◦ blue 213

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

Shades of Medium Orchid #B932D5

Tints of Medium Orchid #B932D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.54%

R = 41.29%
G = 11.16%
B = 47.54%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B932D5 (or 0xB932D5) is known color: Medium Orchid. HEX triplet: B9, 32 and D5. RGB value is (185,50,213). Sum of RGB (Red+Green+Blue) = 185+50+213=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #B932D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B932D5 is #46CD2A. Grayscale: #6C6C6C. Windows color (decimal): -4640043 or 13972153. OLE color: 13972153.

HSL color Cylindrical-coordinate representation of color #B932D5: hue angle of 289.69º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B932D5 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 50 213 -
CMYK 0.13 0.77 0 0.16
HSL 289.69º 0.66% 0.52% -
HSV(B) 289.69º 0.77% 0.84% -
XYZ 33.16 17.4 64.56 -
YUV 108.95 186.73 182.25 -
System Red Green Blue C M Y K H S L
Decimal 185 50 213 0.13 0.77 0 0.16 289.69 0.66 0.52
Hex B9 32 D5 D 4D 0 10 122 42 34
Octal 271 62 325 15 115 0 20 442 102 64
Binary 10111001 110010 11010101 1101 1001101 0 10000 100100010 1000010 110100

Color Harmonies of #B932D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B932D5

Black with #B932D5

Text Example


Text Example

White with #B932D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B932D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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