Html Css Color HEX #B05DDA Medium Orchid

📋 copy color: '#B05DDA'

red 176 ◦ green 93 ◦ blue 218

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

Shades of Medium Orchid #B05DDA

Tints of Medium Orchid #B05DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.76%

R = 36.14%
G = 19.1%
B = 44.76%

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

#B05DDA (or 0xB05DDA) is known color: Medium Orchid. HEX triplet: B0, 5D and DA. RGB value is (176,93,218). Sum of RGB (Red+Green+Blue) = 176+93+218=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #B05DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05DDA is #4FA225. Grayscale: #838383. Windows color (decimal): -5218854 or 14310832. OLE color: 14310832.

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

Color convert

RGB 176 93 218 -
CMYK 0.19 0.57 0 0.15
HSL 279.84º 0.63% 0.61% -
HSV(B) 279.84º 0.57% 0.85% -
XYZ 34.47 22.12 68.78 -
YUV 132.07 176.5 159.34 -
System Red Green Blue C M Y K H S L
Decimal 176 93 218 0.19 0.57 0 0.15 279.84 0.63 0.61
Hex B0 5D DA 13 39 0 F 118 3F 3D
Octal 260 135 332 23 71 0 17 430 77 75
Binary 10110000 1011101 11011010 10011 111001 0 1111 100011000 111111 111101

Color Harmonies of #B05DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05DDA

Black with #B05DDA

Text Example


Text Example

White with #B05DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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