Html Css Color HEX #B939FF Medium Orchid

📋 copy color: '#B939FF'

red 185 ◦ green 57 ◦ blue 255

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

Shades of Medium Orchid #B939FF

Tints of Medium Orchid #B939FF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.47%

 BLUE value IS 255 (100% from 255) = 51.31%

R = 37.22%
G = 11.47%
B = 51.31%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B939FF (or 0xB939FF) is known color: Medium Orchid. HEX triplet: B9, 39 and FF. RGB value is (185,57,255). Sum of RGB (Red+Green+Blue) = 185+57+255=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 57 (22.66% from 255 or 11.47% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #B939FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B939FF is #46C600. Grayscale: #757575. Windows color (decimal): -4638209 or 16726457. OLE color: 16726457.

HSL color Cylindrical-coordinate representation of color #B939FF: hue angle of 278.79º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B939FF is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 57 255 -
CMYK 0.27 0.78 0 0
HSL 278.79º 1% 0.61% -
HSV(B) 278.79º 0.78% 1% -
XYZ 39.52 20.46 96.47 -
YUV 117.84 205.41 175.9 -
System Red Green Blue C M Y K H S L
Decimal 185 57 255 0.27 0.78 0 0 278.79 1 0.61
Hex B9 39 FF 1B 4E 0 0 117 64 3D
Octal 271 71 377 33 116 0 0 427 144 75
Binary 10111001 111001 11111111 11011 1001110 0 0 100010111 1100100 111101

Color Harmonies of #B939FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B939FF

Black with #B939FF

Text Example


Text Example

White with #B939FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B939FF; }

 p { color: rgb(185,57,255); }

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

background-color css

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

 a { background-color: rgb(185,57,255); }

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

border-color css

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

 span { border-color: rgb(185,57,255); }

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