Html Css Color HEX #B55FE4 Medium Orchid

📋 copy color: '#B55FE4'

red 181 ◦ green 95 ◦ blue 228

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

Shades of Medium Orchid #B55FE4

Tints of Medium Orchid #B55FE4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.85%

 BLUE value IS 228 (89.45% from 255) = 45.24%

R = 35.91%
G = 18.85%
B = 45.24%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B55FE4 (or 0xB55FE4) is known color: Medium Orchid. HEX triplet: B5, 5F and E4. RGB value is (181,95,228). Sum of RGB (Red+Green+Blue) = 181+95+228=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 228 - color contains mainly: blue. Hex color #B55FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55FE4 is #4AA01B. Grayscale: #878787. Windows color (decimal): -4890652 or 14966709. OLE color: 14966709.

HSL color Cylindrical-coordinate representation of color #B55FE4: hue angle of 278.8º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B55FE4 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 181 95 228 -
CMYK 0.21 0.58 0 0.11
HSL 278.8º 0.71% 0.63% -
HSV(B) 278.8º 0.58% 0.89% -
XYZ 37.15 23.61 76 -
YUV 135.88 179.99 160.19 -
System Red Green Blue C M Y K H S L
Decimal 181 95 228 0.21 0.58 0 0.11 278.8 0.71 0.63
Hex B5 5F E4 15 3A 0 B 117 47 3F
Octal 265 137 344 25 72 0 13 427 107 77
Binary 10110101 1011111 11100100 10101 111010 0 1011 100010111 1000111 111111

Color Harmonies of #B55FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55FE4

Black with #B55FE4

Text Example


Text Example

White with #B55FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55FE4; }

 p { color: rgb(181,95,228); }

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

background-color css

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

 a { background-color: rgb(181,95,228); }

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

border-color css

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

 span { border-color: rgb(181,95,228); }

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