Html Css Color HEX #B555FA Medium Orchid

📋 copy color: '#B555FA'

red 181 ◦ green 85 ◦ blue 250

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

Shades of Medium Orchid #B555FA

Tints of Medium Orchid #B555FA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.47%

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

R = 35.08%
G = 16.47%
B = 48.45%

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

#B555FA (or 0xB555FA) is known color: Medium Orchid. HEX triplet: B5, 55 and FA. RGB value is (181,85,250). Sum of RGB (Red+Green+Blue) = 181+85+250=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #B555FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B555FA is #4AAA05. Grayscale: #838383. Windows color (decimal): -4893190 or 16405941. OLE color: 16405941.

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

Color convert

RGB 181 85 250 -
CMYK 0.28 0.66 0 0.02
HSL 274.91º 0.94% 0.66% -
HSV(B) 274.91º 0.66% 0.98% -
XYZ 39.56 23.22 92.84 -
YUV 132.51 194.3 162.58 -
System Red Green Blue C M Y K H S L
Decimal 181 85 250 0.28 0.66 0 0.02 274.91 0.94 0.66
Hex B5 55 FA 1C 42 0 2 113 5E 42
Octal 265 125 372 34 102 0 2 423 136 102
Binary 10110101 1010101 11111010 11100 1000010 0 10 100010011 1011110 1000010

Color Harmonies of #B555FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B555FA

Black with #B555FA

Text Example


Text Example

White with #B555FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B555FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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