Html Css Color HEX #B369CE Medium Orchid

📋 copy color: '#B369CE'

red 179 ◦ green 105 ◦ blue 206

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

Shades of Medium Orchid #B369CE

Tints of Medium Orchid #B369CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.04%

R = 36.53%
G = 21.43%
B = 42.04%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B369CE (or 0xB369CE) is known color: Medium Orchid. HEX triplet: B3, 69 and CE. RGB value is (179,105,206). Sum of RGB (Red+Green+Blue) = 179+105+206=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #B369CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B369CE is #4C9631. Grayscale: #8A8A8A. Windows color (decimal): -5019186 or 13527475. OLE color: 13527475.

HSL color Cylindrical-coordinate representation of color #B369CE: hue angle of 283.96º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B369CE is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 105 206 -
CMYK 0.13 0.49 0 0.19
HSL 283.96º 0.51% 0.61% -
HSV(B) 283.96º 0.49% 0.81% -
XYZ 34.78 24.14 61.22 -
YUV 138.64 166.02 156.79 -
System Red Green Blue C M Y K H S L
Decimal 179 105 206 0.13 0.49 0 0.19 283.96 0.51 0.61
Hex B3 69 CE D 31 0 13 11C 33 3D
Octal 263 151 316 15 61 0 23 434 63 75
Binary 10110011 1101001 11001110 1101 110001 0 10011 100011100 110011 111101

Color Harmonies of #B369CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B369CE

Black with #B369CE

Text Example


Text Example

White with #B369CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B369CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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