Html Css Color HEX #B050ED Medium Orchid

📋 copy color: '#B050ED'

red 176 ◦ green 80 ◦ blue 237

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

Shades of Medium Orchid #B050ED

Tints of Medium Orchid #B050ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.07%

R = 35.7%
G = 16.23%
B = 48.07%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B050ED (or 0xB050ED) is known color: Medium Orchid. HEX triplet: B0, 50 and ED. RGB value is (176,80,237). Sum of RGB (Red+Green+Blue) = 176+80+237=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #B050ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B050ED is #4FAF12. Grayscale: #7E7E7E. Windows color (decimal): -5222163 or 15552688. OLE color: 15552688.

HSL color Cylindrical-coordinate representation of color #B050ED: hue angle of 276.69º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B050ED is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 80 237 -
CMYK 0.26 0.66 0 0.07
HSL 276.69º 0.81% 0.62% -
HSV(B) 276.69º 0.66% 0.93% -
XYZ 36.06 21.08 82.29 -
YUV 126.6 190.3 163.23 -
System Red Green Blue C M Y K H S L
Decimal 176 80 237 0.26 0.66 0 0.07 276.69 0.81 0.62
Hex B0 50 ED 1A 42 0 7 115 51 3E
Octal 260 120 355 32 102 0 7 425 121 76
Binary 10110000 1010000 11101101 11010 1000010 0 111 100010101 1010001 111110

Color Harmonies of #B050ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B050ED

Black with #B050ED

Text Example


Text Example

White with #B050ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B050ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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