Html Css Color HEX #B939DA Medium Orchid

📋 copy color: '#B939DA'

red 185 ◦ green 57 ◦ blue 218

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

Shades of Medium Orchid #B939DA

Tints of Medium Orchid #B939DA

RGB

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

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

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

R = 40.22%
G = 12.39%
B = 47.39%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B939DA (or 0xB939DA) is known color: Medium Orchid. HEX triplet: B9, 39 and DA. RGB value is (185,57,218). Sum of RGB (Red+Green+Blue) = 185+57+218=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 57 (22.66% from 255 or 12.39% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #B939DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B939DA is #46C625. Grayscale: #717171. Windows color (decimal): -4638246 or 14301625. OLE color: 14301625.

HSL color Cylindrical-coordinate representation of color #B939DA: hue angle of 287.7º degrees, saturation: 0.69, 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 #B939DA is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 57 218 -
CMYK 0.15 0.74 0 0.15
HSL 287.7º 0.69% 0.54% -
HSV(B) 287.7º 0.74% 0.85% -
XYZ 34.13 18.3 68.06 -
YUV 113.63 186.91 178.91 -
System Red Green Blue C M Y K H S L
Decimal 185 57 218 0.15 0.74 0 0.15 287.7 0.69 0.54
Hex B9 39 DA F 4A 0 F 120 45 36
Octal 271 71 332 17 112 0 17 440 105 66
Binary 10111001 111001 11011010 1111 1001010 0 1111 100100000 1000101 110110

Color Harmonies of #B939DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B939DA

Black with #B939DA

Text Example


Text Example

White with #B939DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B939DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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