Html Css Color HEX #B05DCD Medium Orchid

📋 copy color: '#B05DCD'

red 176 ◦ green 93 ◦ blue 205

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

Shades of Medium Orchid #B05DCD

Tints of Medium Orchid #B05DCD

RGB

 RED value IS 176 (69.14% from 255) = 37.13%

 GREEN value IS 93 (36.72% from 255) = 19.62%

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

R = 37.13%
G = 19.62%
B = 43.25%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B05DCD (or 0xB05DCD) is known color: Medium Orchid. HEX triplet: B0, 5D and CD. RGB value is (176,93,205). Sum of RGB (Red+Green+Blue) = 176+93+205=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #B05DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05DCD is #4FA232. Grayscale: #828282. Windows color (decimal): -5218867 or 13458864. OLE color: 13458864.

HSL color Cylindrical-coordinate representation of color #B05DCD: hue angle of 284.46º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B05DCD is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 93 205 -
CMYK 0.14 0.55 0 0.20
HSL 284.46º 0.53% 0.58% -
HSV(B) 284.46º 0.55% 0.8% -
XYZ 32.84 21.47 60.17 -
YUV 130.59 170 160.39 -
System Red Green Blue C M Y K H S L
Decimal 176 93 205 0.14 0.55 0 0.20 284.46 0.53 0.58
Hex B0 5D CD E 37 0 14 11C 35 3A
Octal 260 135 315 16 67 0 24 434 65 72
Binary 10110000 1011101 11001101 1110 110111 0 10100 100011100 110101 111010

Color Harmonies of #B05DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05DCD

Black with #B05DCD

Text Example


Text Example

White with #B05DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05DCD; }

 p { color: rgb(176,93,205); }

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

background-color css

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

 a { background-color: rgb(176,93,205); }

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

border-color css

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

 span { border-color: rgb(176,93,205); }

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