Html Css Color HEX #B932ED Medium Orchid

📋 copy color: '#B932ED'

red 185 ◦ green 50 ◦ blue 237

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

Shades of Medium Orchid #B932ED

Tints of Medium Orchid #B932ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.21%

R = 39.19%
G = 10.59%
B = 50.21%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B932ED (or 0xB932ED) is known color: Medium Orchid. HEX triplet: B9, 32 and ED. RGB value is (185,50,237). Sum of RGB (Red+Green+Blue) = 185+50+237=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #B932ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B932ED is #46CD12. Grayscale: #6F6F6F. Windows color (decimal): -4640019 or 15545017. OLE color: 15545017.

HSL color Cylindrical-coordinate representation of color #B932ED: hue angle of 283.32º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B932ED is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 50 237 -
CMYK 0.22 0.79 0 0.07
HSL 283.32º 0.84% 0.56% -
HSV(B) 283.32º 0.79% 0.93% -
XYZ 36.43 18.71 81.81 -
YUV 111.68 198.73 180.29 -
System Red Green Blue C M Y K H S L
Decimal 185 50 237 0.22 0.79 0 0.07 283.32 0.84 0.56
Hex B9 32 ED 16 4F 0 7 11B 54 38
Octal 271 62 355 26 117 0 7 433 124 70
Binary 10111001 110010 11101101 10110 1001111 0 111 100011011 1010100 111000

Color Harmonies of #B932ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B932ED

Black with #B932ED

Text Example


Text Example

White with #B932ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B932ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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