Html Css Color HEX #B05DD8 Medium Orchid

📋 copy color: '#B05DD8'

red 176 ◦ green 93 ◦ blue 216

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

Shades of Medium Orchid #B05DD8

Tints of Medium Orchid #B05DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.54%

R = 36.29%
G = 19.18%
B = 44.54%

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

#B05DD8 (or 0xB05DD8) is known color: Medium Orchid. HEX triplet: B0, 5D and D8. RGB value is (176,93,216). Sum of RGB (Red+Green+Blue) = 176+93+216=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #B05DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05DD8 is #4FA227. Grayscale: #838383. Windows color (decimal): -5218856 or 14179760. OLE color: 14179760.

HSL color Cylindrical-coordinate representation of color #B05DD8: hue angle of 280.49º degrees, saturation: 0.61, 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 #B05DD8 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 93 216 -
CMYK 0.19 0.57 0 0.15
HSL 280.49º 0.61% 0.61% -
HSV(B) 280.49º 0.57% 0.85% -
XYZ 34.21 22.02 67.41 -
YUV 131.84 175.5 159.5 -
System Red Green Blue C M Y K H S L
Decimal 176 93 216 0.19 0.57 0 0.15 280.49 0.61 0.61
Hex B0 5D D8 13 39 0 F 118 3D 3D
Octal 260 135 330 23 71 0 17 430 75 75
Binary 10110000 1011101 11011000 10011 111001 0 1111 100011000 111101 111101

Color Harmonies of #B05DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05DD8

Black with #B05DD8

Text Example


Text Example

White with #B05DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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