Html Css Color HEX #B551FE Medium Orchid

📋 copy color: '#B551FE'

red 181 ◦ green 81 ◦ blue 254

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

Shades of Medium Orchid #B551FE

Tints of Medium Orchid #B551FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.22%

R = 35.08%
G = 15.7%
B = 49.22%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B551FE (or 0xB551FE) is known color: Medium Orchid. HEX triplet: B5, 51 and FE. RGB value is (181,81,254). Sum of RGB (Red+Green+Blue) = 181+81+254=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 81 (32.03% from 255 or 15.70% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #B551FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B551FE is #4AAE01. Grayscale: #828282. Windows color (decimal): -4894210 or 16667061. OLE color: 16667061.

HSL color Cylindrical-coordinate representation of color #B551FE: hue angle of 274.68º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B551FE is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 181 81 254 -
CMYK 0.29 0.68 0 0.00
HSL 274.68º 0.99% 0.66% -
HSV(B) 274.68º 0.68% 1% -
XYZ 39.89 22.86 96.08 -
YUV 130.62 197.63 163.93 -
System Red Green Blue C M Y K H S L
Decimal 181 81 254 0.29 0.68 0 0.00 274.68 0.99 0.66
Hex B5 51 FE 1D 44 0 0 113 63 42
Octal 265 121 376 35 104 0 0 423 143 102
Binary 10110101 1010001 11111110 11101 1000100 0 0 100010011 1100011 1000010

Color Harmonies of #B551FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B551FE

Black with #B551FE

Text Example


Text Example

White with #B551FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B551FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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