Html Css Color HEX #B550ED Medium Orchid

📋 copy color: '#B550ED'

red 181 ◦ green 80 ◦ blue 237

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

Shades of Medium Orchid #B550ED

Tints of Medium Orchid #B550ED

RGB

 RED value IS 181 (71.09% from 255) = 36.35%

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

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

R = 36.35%
G = 16.06%
B = 47.59%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B550ED (or 0xB550ED) is known color: Medium Orchid. HEX triplet: B5, 50 and ED. RGB value is (181,80,237). Sum of RGB (Red+Green+Blue) = 181+80+237=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #B550ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B550ED is #4AAF12. Grayscale: #7F7F7F. Windows color (decimal): -4894483 or 15552693. OLE color: 15552693.

HSL color Cylindrical-coordinate representation of color #B550ED: hue angle of 278.6º 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 #B550ED is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 80 237 -
CMYK 0.24 0.66 0 0.07
HSL 278.6º 0.81% 0.62% -
HSV(B) 278.6º 0.66% 0.93% -
XYZ 37.21 21.68 82.34 -
YUV 128.1 189.46 165.73 -
System Red Green Blue C M Y K H S L
Decimal 181 80 237 0.24 0.66 0 0.07 278.6 0.81 0.62
Hex B5 50 ED 18 42 0 7 117 51 3E
Octal 265 120 355 30 102 0 7 427 121 76
Binary 10110101 1010000 11101101 11000 1000010 0 111 100010111 1010001 111110

Color Harmonies of #B550ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B550ED

Black with #B550ED

Text Example


Text Example

White with #B550ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B550ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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