Html Css Color HEX #B55FE6 Medium Orchid

📋 copy color: '#B55FE6'

red 181 ◦ green 95 ◦ blue 230

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

Shades of Medium Orchid #B55FE6

Tints of Medium Orchid #B55FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.45%

R = 35.77%
G = 18.77%
B = 45.45%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B55FE6 (or 0xB55FE6) is known color: Medium Orchid. HEX triplet: B5, 5F and E6. RGB value is (181,95,230). Sum of RGB (Red+Green+Blue) = 181+95+230=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #B55FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55FE6 is #4AA019. Grayscale: #878787. Windows color (decimal): -4890650 or 15097781. OLE color: 15097781.

HSL color Cylindrical-coordinate representation of color #B55FE6: hue angle of 278.22º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B55FE6 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 181 95 230 -
CMYK 0.21 0.59 0 0.10
HSL 278.22º 0.73% 0.64% -
HSV(B) 278.22º 0.59% 0.9% -
XYZ 37.43 23.72 77.47 -
YUV 136.1 180.99 160.02 -
System Red Green Blue C M Y K H S L
Decimal 181 95 230 0.21 0.59 0 0.10 278.22 0.73 0.64
Hex B5 5F E6 15 3B 0 A 116 49 40
Octal 265 137 346 25 73 0 12 426 111 100
Binary 10110101 1011111 11100110 10101 111011 0 1010 100010110 1001001 1000000

Color Harmonies of #B55FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55FE6

Black with #B55FE6

Text Example


Text Example

White with #B55FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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