Html Css Color HEX #B933EF Medium Orchid

📋 copy color: '#B933EF'

red 185 ◦ green 51 ◦ blue 239

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

Shades of Medium Orchid #B933EF

Tints of Medium Orchid #B933EF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.74%

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

R = 38.95%
G = 10.74%
B = 50.32%

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

#B933EF (or 0xB933EF) is known color: Medium Orchid. HEX triplet: B9, 33 and EF. RGB value is (185,51,239). Sum of RGB (Red+Green+Blue) = 185+51+239=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 51 (20.31% from 255 or 10.74% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #B933EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B933EF is #46CC10. Grayscale: #6F6F6F. Windows color (decimal): -4639761 or 15676345. OLE color: 15676345.

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

Color convert

RGB 185 51 239 -
CMYK 0.23 0.79 0 0.06
HSL 282.77º 0.85% 0.57% -
HSV(B) 282.77º 0.79% 0.94% -
XYZ 36.77 18.91 83.37 -
YUV 112.5 199.39 179.71 -
System Red Green Blue C M Y K H S L
Decimal 185 51 239 0.23 0.79 0 0.06 282.77 0.85 0.57
Hex B9 33 EF 17 4F 0 6 11B 55 39
Octal 271 63 357 27 117 0 6 433 125 71
Binary 10111001 110011 11101111 10111 1001111 0 110 100011011 1010101 111001

Color Harmonies of #B933EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B933EF

Black with #B933EF

Text Example


Text Example

White with #B933EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B933EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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