Html Css Color HEX #B055CB Medium Orchid

📋 copy color: '#B055CB'

red 176 ◦ green 85 ◦ blue 203

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

Shades of Medium Orchid #B055CB

Tints of Medium Orchid #B055CB

RGB

 RED value IS 176 (69.14% from 255) = 37.93%

 GREEN value IS 85 (33.59% from 255) = 18.32%

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

R = 37.93%
G = 18.32%
B = 43.75%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B055CB (or 0xB055CB) is known color: Medium Orchid. HEX triplet: B0, 55 and CB. RGB value is (176,85,203). Sum of RGB (Red+Green+Blue) = 176+85+203=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #B055CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B055CB is #4FAA34. Grayscale: #7D7D7D. Windows color (decimal): -5220917 or 13325744. OLE color: 13325744.

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

Color convert

RGB 176 85 203 -
CMYK 0.13 0.58 0 0.20
HSL 286.27º 0.53% 0.56% -
HSV(B) 286.27º 0.58% 0.8% -
XYZ 31.93 20.04 58.68 -
YUV 125.66 171.65 163.91 -
System Red Green Blue C M Y K H S L
Decimal 176 85 203 0.13 0.58 0 0.20 286.27 0.53 0.56
Hex B0 55 CB D 3A 0 14 11E 35 38
Octal 260 125 313 15 72 0 24 436 65 70
Binary 10110000 1010101 11001011 1101 111010 0 10100 100011110 110101 111000

Color Harmonies of #B055CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B055CB

Black with #B055CB

Text Example


Text Example

White with #B055CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B055CB; }

 p { color: rgb(176,85,203); }

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

background-color css

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

 a { background-color: rgb(176,85,203); }

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

border-color css

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

 span { border-color: rgb(176,85,203); }

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