Html Css Color HEX #B05DD9 Medium Orchid

📋 copy color: '#B05DD9'

red 176 ◦ green 93 ◦ blue 217

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

Shades of Medium Orchid #B05DD9

Tints of Medium Orchid #B05DD9

RGB

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

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

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

R = 36.21%
G = 19.14%
B = 44.65%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B05DD9 (or 0xB05DD9) is known color: Medium Orchid. HEX triplet: B0, 5D and D9. RGB value is (176,93,217). Sum of RGB (Red+Green+Blue) = 176+93+217=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 217 - color contains mainly: blue. Hex color #B05DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05DD9 is #4FA226. Grayscale: #838383. Windows color (decimal): -5218855 or 14245296. OLE color: 14245296.

HSL color Cylindrical-coordinate representation of color #B05DD9: hue angle of 280.16º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B05DD9 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 93 217 -
CMYK 0.19 0.57 0 0.15
HSL 280.16º 0.62% 0.61% -
HSV(B) 280.16º 0.57% 0.85% -
XYZ 34.34 22.07 68.1 -
YUV 131.95 176 159.42 -
System Red Green Blue C M Y K H S L
Decimal 176 93 217 0.19 0.57 0 0.15 280.16 0.62 0.61
Hex B0 5D D9 13 39 0 F 118 3E 3D
Octal 260 135 331 23 71 0 17 430 76 75
Binary 10110000 1011101 11011001 10011 111001 0 1111 100011000 111110 111101

Color Harmonies of #B05DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05DD9

Black with #B05DD9

Text Example


Text Example

White with #B05DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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