Html Css Color HEX #B55FCF Medium Orchid

📋 copy color: '#B55FCF'

red 181 ◦ green 95 ◦ blue 207

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

Shades of Medium Orchid #B55FCF

Tints of Medium Orchid #B55FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.86%

R = 37.47%
G = 19.67%
B = 42.86%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B55FCF (or 0xB55FCF) is known color: Medium Orchid. HEX triplet: B5, 5F and CF. RGB value is (181,95,207). Sum of RGB (Red+Green+Blue) = 181+95+207=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #B55FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55FCF is #4AA030. Grayscale: #858585. Windows color (decimal): -4890673 or 13590453. OLE color: 13590453.

HSL color Cylindrical-coordinate representation of color #B55FCF: hue angle of 286.07º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55FCF is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 95 207 -
CMYK 0.13 0.54 0 0.19
HSL 286.07º 0.54% 0.59% -
HSV(B) 286.07º 0.54% 0.81% -
XYZ 34.41 22.51 61.56 -
YUV 133.48 169.49 161.89 -
System Red Green Blue C M Y K H S L
Decimal 181 95 207 0.13 0.54 0 0.19 286.07 0.54 0.59
Hex B5 5F CF D 36 0 13 11E 36 3B
Octal 265 137 317 15 66 0 23 436 66 73
Binary 10110101 1011111 11001111 1101 110110 0 10011 100011110 110110 111011

Color Harmonies of #B55FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55FCF

Black with #B55FCF

Text Example


Text Example

White with #B55FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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