Html Css Color HEX #B93DD0 Medium Orchid

📋 copy color: '#B93DD0'

red 185 ◦ green 61 ◦ blue 208

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

Shades of Medium Orchid #B93DD0

Tints of Medium Orchid #B93DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.81%

R = 40.75%
G = 13.44%
B = 45.81%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B93DD0 (or 0xB93DD0) is known color: Medium Orchid. HEX triplet: B9, 3D and D0. RGB value is (185,61,208). Sum of RGB (Red+Green+Blue) = 185+61+208=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 208 - color contains mainly: blue. Hex color #B93DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93DD0 is #46C22F. Grayscale: #727272. Windows color (decimal): -4637232 or 13647289. OLE color: 13647289.

HSL color Cylindrical-coordinate representation of color #B93DD0: hue angle of 290.61º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93DD0 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 61 208 -
CMYK 0.11 0.71 0 0.18
HSL 290.61º 0.61% 0.53% -
HSV(B) 290.61º 0.71% 0.82% -
XYZ 33.06 18.21 61.45 -
YUV 114.83 180.58 178.05 -
System Red Green Blue C M Y K H S L
Decimal 185 61 208 0.11 0.71 0 0.18 290.61 0.61 0.53
Hex B9 3D D0 B 47 0 12 123 3D 35
Octal 271 75 320 13 107 0 22 443 75 65
Binary 10111001 111101 11010000 1011 1000111 0 10010 100100011 111101 110101

Color Harmonies of #B93DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93DD0

Black with #B93DD0

Text Example


Text Example

White with #B93DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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