Html Css Color HEX #B05FCB Medium Orchid

📋 copy color: '#B05FCB'

red 176 ◦ green 95 ◦ blue 203

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

Shades of Medium Orchid #B05FCB

Tints of Medium Orchid #B05FCB

RGB

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

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

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

R = 37.13%
G = 20.04%
B = 42.83%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B05FCB (or 0xB05FCB) is known color: Medium Orchid. HEX triplet: B0, 5F and CB. RGB value is (176,95,203). Sum of RGB (Red+Green+Blue) = 176+95+203=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #B05FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05FCB is #4FA034. Grayscale: #838383. Windows color (decimal): -5218357 or 13328304. OLE color: 13328304.

HSL color Cylindrical-coordinate representation of color #B05FCB: hue angle of 285º 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 #B05FCB is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 95 203 -
CMYK 0.13 0.53 0 0.20
HSL 285º 0.51% 0.58% -
HSV(B) 285º 0.53% 0.8% -
XYZ 32.78 21.73 58.97 -
YUV 131.53 168.34 159.72 -
System Red Green Blue C M Y K H S L
Decimal 176 95 203 0.13 0.53 0 0.20 285 0.51 0.58
Hex B0 5F CB D 35 0 14 11D 33 3A
Octal 260 137 313 15 65 0 24 435 63 72
Binary 10110000 1011111 11001011 1101 110101 0 10100 100011101 110011 111010

Color Harmonies of #B05FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05FCB

Black with #B05FCB

Text Example


Text Example

White with #B05FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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