Html Css Color HEX #B05DD1 Medium Orchid

📋 copy color: '#B05DD1'

red 176 ◦ green 93 ◦ blue 209

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

Shades of Medium Orchid #B05DD1

Tints of Medium Orchid #B05DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.72%

R = 36.82%
G = 19.46%
B = 43.72%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B05DD1 (or 0xB05DD1) is known color: Medium Orchid. HEX triplet: B0, 5D and D1. RGB value is (176,93,209). Sum of RGB (Red+Green+Blue) = 176+93+209=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #B05DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05DD1 is #4FA22E. Grayscale: #828282. Windows color (decimal): -5218863 or 13721008. OLE color: 13721008.

HSL color Cylindrical-coordinate representation of color #B05DD1: hue angle of 282.93º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B05DD1 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 93 209 -
CMYK 0.16 0.56 0 0.18
HSL 282.93º 0.56% 0.59% -
HSV(B) 282.93º 0.56% 0.82% -
XYZ 33.33 21.66 62.75 -
YUV 131.04 172 160.07 -
System Red Green Blue C M Y K H S L
Decimal 176 93 209 0.16 0.56 0 0.18 282.93 0.56 0.59
Hex B0 5D D1 10 38 0 12 11B 38 3B
Octal 260 135 321 20 70 0 22 433 70 73
Binary 10110000 1011101 11010001 10000 111000 0 10010 100011011 111000 111011

Color Harmonies of #B05DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05DD1

Black with #B05DD1

Text Example


Text Example

White with #B05DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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