Html Css Color HEX #B05FC1 Medium Orchid

📋 copy color: '#B05FC1'

red 176 ◦ green 95 ◦ blue 193

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

Shades of Medium Orchid #B05FC1

Tints of Medium Orchid #B05FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.59%

R = 37.93%
G = 20.47%
B = 41.59%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B05FC1 (or 0xB05FC1) is known color: Medium Orchid. HEX triplet: B0, 5F and C1. RGB value is (176,95,193). Sum of RGB (Red+Green+Blue) = 176+95+193=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #B05FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05FC1 is #4FA03E. Grayscale: #828282. Windows color (decimal): -5218367 or 12672944. OLE color: 12672944.

HSL color Cylindrical-coordinate representation of color #B05FC1: hue angle of 289.59º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B05FC1 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 95 193 -
CMYK 0.09 0.51 0 0.24
HSL 289.59º 0.44% 0.56% -
HSV(B) 289.59º 0.51% 0.76% -
XYZ 31.62 21.26 52.89 -
YUV 130.39 163.34 160.53 -
System Red Green Blue C M Y K H S L
Decimal 176 95 193 0.09 0.51 0 0.24 289.59 0.44 0.56
Hex B0 5F C1 9 33 0 18 122 2C 38
Octal 260 137 301 11 63 0 30 442 54 70
Binary 10110000 1011111 11000001 1001 110011 0 11000 100100010 101100 111000

Color Harmonies of #B05FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05FC1

Black with #B05FC1

Text Example


Text Example

White with #B05FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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