Html Css Color HEX #B932EF Medium Orchid

📋 copy color: '#B932EF'

red 185 ◦ green 50 ◦ blue 239

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

Shades of Medium Orchid #B932EF

Tints of Medium Orchid #B932EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.42%

R = 39.03%
G = 10.55%
B = 50.42%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B932EF (or 0xB932EF) is known color: Medium Orchid. HEX triplet: B9, 32 and EF. RGB value is (185,50,239). Sum of RGB (Red+Green+Blue) = 185+50+239=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #B932EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B932EF is #46CD10. Grayscale: #6F6F6F. Windows color (decimal): -4640017 or 15676089. OLE color: 15676089.

HSL color Cylindrical-coordinate representation of color #B932EF: hue angle of 282.86º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B932EF is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 50 239 -
CMYK 0.23 0.79 0 0.06
HSL 282.86º 0.86% 0.57% -
HSV(B) 282.86º 0.79% 0.94% -
XYZ 36.73 18.83 83.36 -
YUV 111.91 199.73 180.13 -
System Red Green Blue C M Y K H S L
Decimal 185 50 239 0.23 0.79 0 0.06 282.86 0.86 0.57
Hex B9 32 EF 17 4F 0 6 11B 56 39
Octal 271 62 357 27 117 0 6 433 126 71
Binary 10111001 110010 11101111 10111 1001111 0 110 100011011 1010110 111001

Color Harmonies of #B932EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B932EF

Black with #B932EF

Text Example


Text Example

White with #B932EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B932EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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