Html Css Color HEX #B550E4 Medium Orchid

📋 copy color: '#B550E4'

red 181 ◦ green 80 ◦ blue 228

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

Shades of Medium Orchid #B550E4

Tints of Medium Orchid #B550E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 46.63%

R = 37.01%
G = 16.36%
B = 46.63%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B550E4 (or 0xB550E4) is known color: Medium Orchid. HEX triplet: B5, 50 and E4. RGB value is (181,80,228). Sum of RGB (Red+Green+Blue) = 181+80+228=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 228 (89.45% from 255 or 46.63% from 489); Max value from RGB is 228 - color contains mainly: blue. Hex color #B550E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B550E4 is #4AAF1B. Grayscale: #7E7E7E. Windows color (decimal): -4894492 or 14962869. OLE color: 14962869.

HSL color Cylindrical-coordinate representation of color #B550E4: hue angle of 280.95º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B550E4 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 181 80 228 -
CMYK 0.21 0.65 0 0.11
HSL 280.95º 0.73% 0.6% -
HSV(B) 280.95º 0.65% 0.89% -
XYZ 35.93 21.16 75.59 -
YUV 127.07 184.96 166.47 -
System Red Green Blue C M Y K H S L
Decimal 181 80 228 0.21 0.65 0 0.11 280.95 0.73 0.6
Hex B5 50 E4 15 41 0 B 119 49 3C
Octal 265 120 344 25 101 0 13 431 111 74
Binary 10110101 1010000 11100100 10101 1000001 0 1011 100011001 1001001 111100

Color Harmonies of #B550E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B550E4

Black with #B550E4

Text Example


Text Example

White with #B550E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B550E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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