Html Css Color HEX #B369C1 Medium Orchid

📋 copy color: '#B369C1'

red 179 ◦ green 105 ◦ blue 193

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

Shades of Medium Orchid #B369C1

Tints of Medium Orchid #B369C1

RGB

 RED value IS 179 (70.31% from 255) = 37.53%

 GREEN value IS 105 (41.41% from 255) = 22.01%

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

R = 37.53%
G = 22.01%
B = 40.46%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B369C1 (or 0xB369C1) is known color: Medium Orchid. HEX triplet: B3, 69 and C1. RGB value is (179,105,193). Sum of RGB (Red+Green+Blue) = 179+105+193=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #B369C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B369C1 is #4C963E. Grayscale: #888888. Windows color (decimal): -5019199 or 12675507. OLE color: 12675507.

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

Color convert

RGB 179 105 193 -
CMYK 0.07 0.46 0 0.24
HSL 290.45º 0.42% 0.58% -
HSV(B) 290.45º 0.46% 0.76% -
XYZ 33.27 23.54 53.24 -
YUV 137.16 159.52 157.84 -
System Red Green Blue C M Y K H S L
Decimal 179 105 193 0.07 0.46 0 0.24 290.45 0.42 0.58
Hex B3 69 C1 7 2E 0 18 122 2A 3A
Octal 263 151 301 7 56 0 30 442 52 72
Binary 10110011 1101001 11000001 111 101110 0 11000 100100010 101010 111010

Color Harmonies of #B369C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B369C1

Black with #B369C1

Text Example


Text Example

White with #B369C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B369C1; }

 p { color: rgb(179,105,193); }

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

background-color css

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

 a { background-color: rgb(179,105,193); }

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

border-color css

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

 span { border-color: rgb(179,105,193); }

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