Html Css Color HEX #B937DA Medium Orchid

📋 copy color: '#B937DA'

red 185 ◦ green 55 ◦ blue 218

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

Shades of Medium Orchid #B937DA

Tints of Medium Orchid #B937DA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.01%

 BLUE value IS 218 (85.55% from 255) = 47.6%

R = 40.39%
G = 12.01%
B = 47.6%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B937DA (or 0xB937DA) is known color: Medium Orchid. HEX triplet: B9, 37 and DA. RGB value is (185,55,218). Sum of RGB (Red+Green+Blue) = 185+55+218=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 55 (21.88% from 255 or 12.01% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #B937DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B937DA is #46C825. Grayscale: #6F6F6F. Windows color (decimal): -4638758 or 14301113. OLE color: 14301113.

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

Color convert

RGB 185 55 218 -
CMYK 0.15 0.75 0 0.15
HSL 287.85º 0.69% 0.54% -
HSV(B) 287.85º 0.75% 0.85% -
XYZ 34.03 18.11 68.03 -
YUV 112.45 187.57 179.75 -
System Red Green Blue C M Y K H S L
Decimal 185 55 218 0.15 0.75 0 0.15 287.85 0.69 0.54
Hex B9 37 DA F 4B 0 F 120 45 36
Octal 271 67 332 17 113 0 17 440 105 66
Binary 10111001 110111 11011010 1111 1001011 0 1111 100100000 1000101 110110

Color Harmonies of #B937DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B937DA

Black with #B937DA

Text Example


Text Example

White with #B937DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B937DA; }

 p { color: rgb(185,55,218); }

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

background-color css

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

 a { background-color: rgb(185,55,218); }

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

border-color css

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

 span { border-color: rgb(185,55,218); }

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