Html Css Color HEX #B93DCD Medium Orchid

📋 copy color: '#B93DCD'

red 185 ◦ green 61 ◦ blue 205

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

Shades of Medium Orchid #B93DCD

Tints of Medium Orchid #B93DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.45%

R = 41.02%
G = 13.53%
B = 45.45%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B93DCD (or 0xB93DCD) is known color: Medium Orchid. HEX triplet: B9, 3D and CD. RGB value is (185,61,205). Sum of RGB (Red+Green+Blue) = 185+61+205=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #B93DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93DCD is #46C232. Grayscale: #727272. Windows color (decimal): -4637235 or 13450681. OLE color: 13450681.

HSL color Cylindrical-coordinate representation of color #B93DCD: hue angle of 291.67º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93DCD is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 61 205 -
CMYK 0.10 0.70 0 0.20
HSL 291.67º 0.59% 0.52% -
HSV(B) 291.67º 0.7% 0.8% -
XYZ 32.7 18.06 59.52 -
YUV 114.49 179.08 178.29 -
System Red Green Blue C M Y K H S L
Decimal 185 61 205 0.10 0.70 0 0.20 291.67 0.59 0.52
Hex B9 3D CD A 46 0 14 124 3B 34
Octal 271 75 315 12 106 0 24 444 73 64
Binary 10111001 111101 11001101 1010 1000110 0 10100 100100100 111011 110100

Color Harmonies of #B93DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93DCD

Black with #B93DCD

Text Example


Text Example

White with #B93DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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