Html Css Color HEX #B932EE Medium Orchid

📋 copy color: '#B932EE'

red 185 ◦ green 50 ◦ blue 238

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

Shades of Medium Orchid #B932EE

Tints of Medium Orchid #B932EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.32%

R = 39.11%
G = 10.57%
B = 50.32%

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

#B932EE (or 0xB932EE) is known color: Medium Orchid. HEX triplet: B9, 32 and EE. RGB value is (185,50,238). Sum of RGB (Red+Green+Blue) = 185+50+238=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 50 (19.92% from 255 or 10.57% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #B932EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B932EE is #46CD11. Grayscale: #6F6F6F. Windows color (decimal): -4640018 or 15610553. OLE color: 15610553.

HSL color Cylindrical-coordinate representation of color #B932EE: hue angle of 283.09º degrees, saturation: 0.85, 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 #B932EE is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 50 238 -
CMYK 0.22 0.79 0 0.07
HSL 283.09º 0.85% 0.56% -
HSV(B) 283.09º 0.79% 0.93% -
XYZ 36.58 18.77 82.58 -
YUV 111.8 199.23 180.21 -
System Red Green Blue C M Y K H S L
Decimal 185 50 238 0.22 0.79 0 0.07 283.09 0.85 0.56
Hex B9 32 EE 16 4F 0 7 11B 55 38
Octal 271 62 356 26 117 0 7 433 125 70
Binary 10111001 110010 11101110 10110 1001111 0 111 100011011 1010101 111000

Color Harmonies of #B932EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B932EE

Black with #B932EE

Text Example


Text Example

White with #B932EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B932EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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