Html Css Color HEX #B05DC3 Medium Orchid

📋 copy color: '#B05DC3'

red 176 ◦ green 93 ◦ blue 195

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

Shades of Medium Orchid #B05DC3

Tints of Medium Orchid #B05DC3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.04%

 BLUE value IS 195 (76.56% from 255) = 42.03%

R = 37.93%
G = 20.04%
B = 42.03%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B05DC3 (or 0xB05DC3) is known color: Medium Orchid. HEX triplet: B0, 5D and C3. RGB value is (176,93,195). Sum of RGB (Red+Green+Blue) = 176+93+195=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 195 - color contains mainly: blue. Hex color #B05DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05DC3 is #4FA23C. Grayscale: #818181. Windows color (decimal): -5218877 or 12803504. OLE color: 12803504.

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

Color convert

RGB 176 93 195 -
CMYK 0.10 0.52 0 0.24
HSL 288.82º 0.46% 0.56% -
HSV(B) 288.82º 0.52% 0.76% -
XYZ 31.67 21 54.01 -
YUV 129.45 165 161.21 -
System Red Green Blue C M Y K H S L
Decimal 176 93 195 0.10 0.52 0 0.24 288.82 0.46 0.56
Hex B0 5D C3 A 34 0 18 121 2E 38
Octal 260 135 303 12 64 0 30 441 56 70
Binary 10110000 1011101 11000011 1010 110100 0 11000 100100001 101110 111000

Color Harmonies of #B05DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05DC3

Black with #B05DC3

Text Example


Text Example

White with #B05DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05DC3; }

 p { color: rgb(176,93,195); }

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

background-color css

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

 a { background-color: rgb(176,93,195); }

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

border-color css

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

 span { border-color: rgb(176,93,195); }

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