Html Css Color HEX #B55AFB Medium Orchid

📋 copy color: '#B55AFB'

red 181 ◦ green 90 ◦ blue 251

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

Shades of Medium Orchid #B55AFB

Tints of Medium Orchid #B55AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.08%

R = 34.67%
G = 17.24%
B = 48.08%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B55AFB (or 0xB55AFB) is known color: Medium Orchid. HEX triplet: B5, 5A and FB. RGB value is (181,90,251). Sum of RGB (Red+Green+Blue) = 181+90+251=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #B55AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55AFB is #4AA504. Grayscale: #878787. Windows color (decimal): -4891909 or 16472757. OLE color: 16472757.

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

Color convert

RGB 181 90 251 -
CMYK 0.28 0.64 0 0.02
HSL 273.91º 0.95% 0.67% -
HSV(B) 273.91º 0.64% 0.98% -
XYZ 40.12 24.1 93.8 -
YUV 135.56 193.15 160.41 -
System Red Green Blue C M Y K H S L
Decimal 181 90 251 0.28 0.64 0 0.02 273.91 0.95 0.67
Hex B5 5A FB 1C 40 0 2 112 5F 43
Octal 265 132 373 34 100 0 2 422 137 103
Binary 10110101 1011010 11111011 11100 1000000 0 10 100010010 1011111 1000011

Color Harmonies of #B55AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55AFB

Black with #B55AFB

Text Example


Text Example

White with #B55AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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