Html Css Color HEX #B551F7 Medium Orchid

📋 copy color: '#B551F7'

red 181 ◦ green 81 ◦ blue 247

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

Shades of Medium Orchid #B551F7

Tints of Medium Orchid #B551F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.53%

R = 35.56%
G = 15.91%
B = 48.53%

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

#B551F7 (or 0xB551F7) is known color: Medium Orchid. HEX triplet: B5, 51 and F7. RGB value is (181,81,247). Sum of RGB (Red+Green+Blue) = 181+81+247=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 81 (32.03% from 255 or 15.91% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #B551F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B551F7 is #4AAE08. Grayscale: #818181. Windows color (decimal): -4894217 or 16208309. OLE color: 16208309.

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

Color convert

RGB 181 81 247 -
CMYK 0.27 0.67 0 0.03
HSL 276.14º 0.91% 0.64% -
HSV(B) 276.14º 0.67% 0.97% -
XYZ 38.79 22.42 90.28 -
YUV 129.82 194.13 164.5 -
System Red Green Blue C M Y K H S L
Decimal 181 81 247 0.27 0.67 0 0.03 276.14 0.91 0.64
Hex B5 51 F7 1B 43 0 3 114 5B 40
Octal 265 121 367 33 103 0 3 424 133 100
Binary 10110101 1010001 11110111 11011 1000011 0 11 100010100 1011011 1000000

Color Harmonies of #B551F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B551F7

Black with #B551F7

Text Example


Text Example

White with #B551F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B551F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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