Html Css Color HEX #B932E9 Medium Orchid

📋 copy color: '#B932E9'

red 185 ◦ green 50 ◦ blue 233

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

Shades of Medium Orchid #B932E9

Tints of Medium Orchid #B932E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.79%

R = 39.53%
G = 10.68%
B = 49.79%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B932E9 (or 0xB932E9) is known color: Medium Orchid. HEX triplet: B9, 32 and E9. RGB value is (185,50,233). Sum of RGB (Red+Green+Blue) = 185+50+233=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 50 (19.92% from 255 or 10.68% from 468); Blue value is 233 (91.41% from 255 or 49.79% from 468); Max value from RGB is 233 - color contains mainly: blue. Hex color #B932E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B932E9 is #46CD16. Grayscale: #6E6E6E. Windows color (decimal): -4640023 or 15282873. OLE color: 15282873.

HSL color Cylindrical-coordinate representation of color #B932E9: hue angle of 284.26º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B932E9 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 50 233 -
CMYK 0.21 0.79 0 0.09
HSL 284.26º 0.81% 0.55% -
HSV(B) 284.26º 0.79% 0.91% -
XYZ 35.86 18.48 78.77 -
YUV 111.23 196.73 180.62 -
System Red Green Blue C M Y K H S L
Decimal 185 50 233 0.21 0.79 0 0.09 284.26 0.81 0.55
Hex B9 32 E9 15 4F 0 9 11C 51 37
Octal 271 62 351 25 117 0 11 434 121 67
Binary 10111001 110010 11101001 10101 1001111 0 1001 100011100 1010001 110111

Color Harmonies of #B932E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B932E9

Black with #B932E9

Text Example


Text Example

White with #B932E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B932E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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