Html Css Color HEX #B55CF3 Medium Orchid

📋 copy color: '#B55CF3'

red 181 ◦ green 92 ◦ blue 243

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

Shades of Medium Orchid #B55CF3

Tints of Medium Orchid #B55CF3

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.83%

 BLUE value IS 243 (95.31% from 255) = 47.09%

R = 35.08%
G = 17.83%
B = 47.09%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B55CF3 (or 0xB55CF3) is known color: Medium Orchid. HEX triplet: B5, 5C and F3. RGB value is (181,92,243). Sum of RGB (Red+Green+Blue) = 181+92+243=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 92 (36.33% from 255 or 17.83% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #B55CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55CF3 is #4AA30C. Grayscale: #878787. Windows color (decimal): -4891405 or 15948981. OLE color: 15948981.

HSL color Cylindrical-coordinate representation of color #B55CF3: hue angle of 275.36º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B55CF3 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 92 243 -
CMYK 0.26 0.62 0 0.05
HSL 275.36º 0.86% 0.66% -
HSV(B) 275.36º 0.62% 0.95% -
XYZ 39.06 23.95 87.36 -
YUV 135.83 188.49 160.22 -
System Red Green Blue C M Y K H S L
Decimal 181 92 243 0.26 0.62 0 0.05 275.36 0.86 0.66
Hex B5 5C F3 1A 3E 0 5 113 56 42
Octal 265 134 363 32 76 0 5 423 126 102
Binary 10110101 1011100 11110011 11010 111110 0 101 100010011 1010110 1000010

Color Harmonies of #B55CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55CF3

Black with #B55CF3

Text Example


Text Example

White with #B55CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55CF3; }

 p { color: rgb(181,92,243); }

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

background-color css

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

 a { background-color: rgb(181,92,243); }

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

border-color css

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

 span { border-color: rgb(181,92,243); }

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