Html Css Color HEX #B554FA Medium Orchid

📋 copy color: '#B554FA'

red 181 ◦ green 84 ◦ blue 250

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

Shades of Medium Orchid #B554FA

Tints of Medium Orchid #B554FA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.31%

 BLUE value IS 250 (98.05% from 255) = 48.54%

R = 35.15%
G = 16.31%
B = 48.54%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B554FA (or 0xB554FA) is known color: Medium Orchid. HEX triplet: B5, 54 and FA. RGB value is (181,84,250). Sum of RGB (Red+Green+Blue) = 181+84+250=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 84 (33.20% from 255 or 16.31% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #B554FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B554FA is #4AAB05. Grayscale: #838383. Windows color (decimal): -4893446 or 16405685. OLE color: 16405685.

HSL color Cylindrical-coordinate representation of color #B554FA: hue angle of 275.06º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B554FA is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 84 250 -
CMYK 0.28 0.66 0 0.02
HSL 275.06º 0.94% 0.65% -
HSV(B) 275.06º 0.66% 0.98% -
XYZ 39.48 23.07 92.81 -
YUV 131.93 194.64 163 -
System Red Green Blue C M Y K H S L
Decimal 181 84 250 0.28 0.66 0 0.02 275.06 0.94 0.65
Hex B5 54 FA 1C 42 0 2 113 5E 41
Octal 265 124 372 34 102 0 2 423 136 101
Binary 10110101 1010100 11111010 11100 1000010 0 10 100010011 1011110 1000001

Color Harmonies of #B554FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B554FA

Black with #B554FA

Text Example


Text Example

White with #B554FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B554FA; }

 p { color: rgb(181,84,250); }

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

background-color css

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

 a { background-color: rgb(181,84,250); }

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

border-color css

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

 span { border-color: rgb(181,84,250); }

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