Html Css Color HEX #B938EF Medium Orchid

📋 copy color: '#B938EF'

red 185 ◦ green 56 ◦ blue 239

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

Shades of Medium Orchid #B938EF

Tints of Medium Orchid #B938EF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.67%

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

R = 38.54%
G = 11.67%
B = 49.79%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B938EF (or 0xB938EF) is known color: Medium Orchid. HEX triplet: B9, 38 and EF. RGB value is (185,56,239). Sum of RGB (Red+Green+Blue) = 185+56+239=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 56 (22.27% from 255 or 11.67% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #B938EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B938EF is #46C710. Grayscale: #727272. Windows color (decimal): -4638481 or 15677625. OLE color: 15677625.

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

Color convert

RGB 185 56 239 -
CMYK 0.23 0.77 0 0.06
HSL 282.3º 0.85% 0.58% -
HSV(B) 282.3º 0.77% 0.94% -
XYZ 37 19.37 83.45 -
YUV 115.43 197.74 177.62 -
System Red Green Blue C M Y K H S L
Decimal 185 56 239 0.23 0.77 0 0.06 282.3 0.85 0.58
Hex B9 38 EF 17 4D 0 6 11A 55 3A
Octal 271 70 357 27 115 0 6 432 125 72
Binary 10111001 111000 11101111 10111 1001101 0 110 100011010 1010101 111010

Color Harmonies of #B938EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B938EF

Black with #B938EF

Text Example


Text Example

White with #B938EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B938EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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