Html Css Color HEX #B551F8 Medium Orchid

📋 copy color: '#B551F8'

red 181 ◦ green 81 ◦ blue 248

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

Shades of Medium Orchid #B551F8

Tints of Medium Orchid #B551F8

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.88%

 BLUE value IS 248 (97.27% from 255) = 48.63%

R = 35.49%
G = 15.88%
B = 48.63%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B551F8 (or 0xB551F8) is known color: Medium Orchid. HEX triplet: B5, 51 and F8. RGB value is (181,81,248). Sum of RGB (Red+Green+Blue) = 181+81+248=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 81 (32.03% from 255 or 15.88% from 510); Blue value is 248 (97.27% from 255 or 48.63% from 510); Max value from RGB is 248 - color contains mainly: blue. Hex color #B551F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B551F8 is #4AAE07. Grayscale: #818181. Windows color (decimal): -4894216 or 16273845. OLE color: 16273845.

HSL color Cylindrical-coordinate representation of color #B551F8: hue angle of 275.93º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B551F8 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 81 248 -
CMYK 0.27 0.67 0 0.03
HSL 275.93º 0.92% 0.65% -
HSV(B) 275.93º 0.67% 0.97% -
XYZ 38.94 22.49 91.09 -
YUV 129.94 194.63 164.42 -
System Red Green Blue C M Y K H S L
Decimal 181 81 248 0.27 0.67 0 0.03 275.93 0.92 0.65
Hex B5 51 F8 1B 43 0 3 114 5C 41
Octal 265 121 370 33 103 0 3 424 134 101
Binary 10110101 1010001 11111000 11011 1000011 0 11 100010100 1011100 1000001

Color Harmonies of #B551F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B551F8

Black with #B551F8

Text Example


Text Example

White with #B551F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B551F8; }

 p { color: rgb(181,81,248); }

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

background-color css

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

 a { background-color: rgb(181,81,248); }

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

border-color css

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

 span { border-color: rgb(181,81,248); }

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