Html Css Color HEX #B55FCB Medium Orchid

📋 copy color: '#B55FCB'

red 181 ◦ green 95 ◦ blue 203

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

Shades of Medium Orchid #B55FCB

Tints of Medium Orchid #B55FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.38%

R = 37.79%
G = 19.83%
B = 42.38%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B55FCB (or 0xB55FCB) is known color: Medium Orchid. HEX triplet: B5, 5F and CB. RGB value is (181,95,203). Sum of RGB (Red+Green+Blue) = 181+95+203=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #B55FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55FCB is #4AA034. Grayscale: #848484. Windows color (decimal): -4890677 or 13328309. OLE color: 13328309.

HSL color Cylindrical-coordinate representation of color #B55FCB: hue angle of 287.78º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B55FCB is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 95 203 -
CMYK 0.11 0.53 0 0.20
HSL 287.78º 0.51% 0.58% -
HSV(B) 287.78º 0.53% 0.8% -
XYZ 33.93 22.32 59.02 -
YUV 133.03 167.49 162.22 -
System Red Green Blue C M Y K H S L
Decimal 181 95 203 0.11 0.53 0 0.20 287.78 0.51 0.58
Hex B5 5F CB B 35 0 14 120 33 3A
Octal 265 137 313 13 65 0 24 440 63 72
Binary 10110101 1011111 11001011 1011 110101 0 10100 100100000 110011 111010

Color Harmonies of #B55FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55FCB

Black with #B55FCB

Text Example


Text Example

White with #B55FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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