Html Css Color HEX #B55AFE Medium Orchid

📋 copy color: '#B55AFE'

red 181 ◦ green 90 ◦ blue 254

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

Shades of Medium Orchid #B55AFE

Tints of Medium Orchid #B55AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.14%

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

R = 34.48%
G = 17.14%
B = 48.38%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B55AFE (or 0xB55AFE) is known color: Medium Orchid. HEX triplet: B5, 5A and FE. RGB value is (181,90,254). Sum of RGB (Red+Green+Blue) = 181+90+254=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 90 (35.55% from 255 or 17.14% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #B55AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55AFE is #4AA501. Grayscale: #878787. Windows color (decimal): -4891906 or 16669365. OLE color: 16669365.

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

Color convert

RGB 181 90 254 -
CMYK 0.29 0.65 0 0.00
HSL 273.29º 0.99% 0.67% -
HSV(B) 273.29º 0.65% 1% -
XYZ 40.6 24.29 96.31 -
YUV 135.91 194.65 160.16 -
System Red Green Blue C M Y K H S L
Decimal 181 90 254 0.29 0.65 0 0.00 273.29 0.99 0.67
Hex B5 5A FE 1D 41 0 0 111 63 43
Octal 265 132 376 35 101 0 0 421 143 103
Binary 10110101 1011010 11111110 11101 1000001 0 0 100010001 1100011 1000011

Color Harmonies of #B55AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55AFE

Black with #B55AFE

Text Example


Text Example

White with #B55AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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