Html Css Color HEX #B05CC1 Medium Orchid

📋 copy color: '#B05CC1'

red 176 ◦ green 92 ◦ blue 193

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

Shades of Medium Orchid #B05CC1

Tints of Medium Orchid #B05CC1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.96%

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

R = 38.18%
G = 19.96%
B = 41.87%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B05CC1 (or 0xB05CC1) is known color: Medium Orchid. HEX triplet: B0, 5C and C1. RGB value is (176,92,193). Sum of RGB (Red+Green+Blue) = 176+92+193=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #B05CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05CC1 is #4FA33E. Grayscale: #808080. Windows color (decimal): -5219135 or 12672176. OLE color: 12672176.

HSL color Cylindrical-coordinate representation of color #B05CC1: hue angle of 289.9º degrees, saturation: 0.45, 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 #B05CC1 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 92 193 -
CMYK 0.09 0.52 0 0.24
HSL 289.9º 0.45% 0.56% -
HSV(B) 289.9º 0.52% 0.76% -
XYZ 31.36 20.73 52.8 -
YUV 128.63 164.33 161.79 -
System Red Green Blue C M Y K H S L
Decimal 176 92 193 0.09 0.52 0 0.24 289.9 0.45 0.56
Hex B0 5C C1 9 34 0 18 122 2D 38
Octal 260 134 301 11 64 0 30 442 55 70
Binary 10110000 1011100 11000001 1001 110100 0 11000 100100010 101101 111000

Color Harmonies of #B05CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05CC1

Black with #B05CC1

Text Example


Text Example

White with #B05CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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