Html Css Color HEX #B93DD9 Medium Orchid

📋 copy color: '#B93DD9'

red 185 ◦ green 61 ◦ blue 217

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

Shades of Medium Orchid #B93DD9

Tints of Medium Orchid #B93DD9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.17%

 BLUE value IS 217 (85.16% from 255) = 46.87%

R = 39.96%
G = 13.17%
B = 46.87%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B93DD9 (or 0xB93DD9) is known color: Medium Orchid. HEX triplet: B9, 3D and D9. RGB value is (185,61,217). Sum of RGB (Red+Green+Blue) = 185+61+217=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 217 - color contains mainly: blue. Hex color #B93DD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93DD9 is #46C226. Grayscale: #737373. Windows color (decimal): -4637223 or 14237113. OLE color: 14237113.

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

Color convert

RGB 185 61 217 -
CMYK 0.15 0.72 0 0.15
HSL 287.69º 0.67% 0.55% -
HSV(B) 287.69º 0.72% 0.85% -
XYZ 34.2 18.66 67.45 -
YUV 115.86 185.08 177.32 -
System Red Green Blue C M Y K H S L
Decimal 185 61 217 0.15 0.72 0 0.15 287.69 0.67 0.55
Hex B9 3D D9 F 48 0 F 120 43 37
Octal 271 75 331 17 110 0 17 440 103 67
Binary 10111001 111101 11011001 1111 1001000 0 1111 100100000 1000011 110111

Color Harmonies of #B93DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93DD9

Black with #B93DD9

Text Example


Text Example

White with #B93DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93DD9; }

 p { color: rgb(185,61,217); }

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

background-color css

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

 a { background-color: rgb(185,61,217); }

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

border-color css

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

 span { border-color: rgb(185,61,217); }

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