Html Css Color HEX #B550F3 Medium Orchid

📋 copy color: '#B550F3'

red 181 ◦ green 80 ◦ blue 243

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

Shades of Medium Orchid #B550F3

Tints of Medium Orchid #B550F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.21%

R = 35.91%
G = 15.87%
B = 48.21%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B550F3 (or 0xB550F3) is known color: Medium Orchid. HEX triplet: B5, 50 and F3. RGB value is (181,80,243). Sum of RGB (Red+Green+Blue) = 181+80+243=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #B550F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B550F3 is #4AAF0C. Grayscale: #808080. Windows color (decimal): -4894477 or 15945909. OLE color: 15945909.

HSL color Cylindrical-coordinate representation of color #B550F3: hue angle of 277.18º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B550F3 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 80 243 -
CMYK 0.26 0.67 0 0.05
HSL 277.18º 0.87% 0.63% -
HSV(B) 277.18º 0.67% 0.95% -
XYZ 38.1 22.03 87.04 -
YUV 128.78 192.46 165.25 -
System Red Green Blue C M Y K H S L
Decimal 181 80 243 0.26 0.67 0 0.05 277.18 0.87 0.63
Hex B5 50 F3 1A 43 0 5 115 57 3F
Octal 265 120 363 32 103 0 5 425 127 77
Binary 10110101 1010000 11110011 11010 1000011 0 101 100010101 1010111 111111

Color Harmonies of #B550F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B550F3

Black with #B550F3

Text Example


Text Example

White with #B550F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B550F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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