Html Css Color HEX #B939D8 Medium Orchid

📋 copy color: '#B939D8'

red 185 ◦ green 57 ◦ blue 216

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

Shades of Medium Orchid #B939D8

Tints of Medium Orchid #B939D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.16%

R = 40.39%
G = 12.45%
B = 47.16%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B939D8 (or 0xB939D8) is known color: Medium Orchid. HEX triplet: B9, 39 and D8. RGB value is (185,57,216). Sum of RGB (Red+Green+Blue) = 185+57+216=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 57 (22.66% from 255 or 12.45% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 216 - color contains mainly: blue. Hex color #B939D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B939D8 is #46C627. Grayscale: #707070. Windows color (decimal): -4638248 or 14170553. OLE color: 14170553.

HSL color Cylindrical-coordinate representation of color #B939D8: hue angle of 288.3º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B939D8 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 57 216 -
CMYK 0.14 0.74 0 0.15
HSL 288.3º 0.67% 0.54% -
HSV(B) 288.3º 0.74% 0.85% -
XYZ 33.87 18.2 66.69 -
YUV 113.4 185.91 179.07 -
System Red Green Blue C M Y K H S L
Decimal 185 57 216 0.14 0.74 0 0.15 288.3 0.67 0.54
Hex B9 39 D8 E 4A 0 F 120 43 36
Octal 271 71 330 16 112 0 17 440 103 66
Binary 10111001 111001 11011000 1110 1001010 0 1111 100100000 1000011 110110

Color Harmonies of #B939D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B939D8

Black with #B939D8

Text Example


Text Example

White with #B939D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B939D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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