Html Css Color HEX #B050DA Medium Orchid

📋 copy color: '#B050DA'

red 176 ◦ green 80 ◦ blue 218

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

Shades of Medium Orchid #B050DA

Tints of Medium Orchid #B050DA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.88%

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

R = 37.13%
G = 16.88%
B = 45.99%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B050DA (or 0xB050DA) is known color: Medium Orchid. HEX triplet: B0, 50 and DA. RGB value is (176,80,218). Sum of RGB (Red+Green+Blue) = 176+80+218=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #B050DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B050DA is #4FAF25. Grayscale: #7B7B7B. Windows color (decimal): -5222182 or 14307504. OLE color: 14307504.

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

Color convert

RGB 176 80 218 -
CMYK 0.19 0.63 0 0.15
HSL 281.74º 0.65% 0.58% -
HSV(B) 281.74º 0.63% 0.85% -
XYZ 33.43 20.03 68.43 -
YUV 124.44 180.8 164.78 -
System Red Green Blue C M Y K H S L
Decimal 176 80 218 0.19 0.63 0 0.15 281.74 0.65 0.58
Hex B0 50 DA 13 3F 0 F 11A 41 3A
Octal 260 120 332 23 77 0 17 432 101 72
Binary 10110000 1010000 11011010 10011 111111 0 1111 100011010 1000001 111010

Color Harmonies of #B050DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B050DA

Black with #B050DA

Text Example


Text Example

White with #B050DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B050DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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