Html Css Color HEX #B368CE Medium Orchid

📋 copy color: '#B368CE'

red 179 ◦ green 104 ◦ blue 206

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

Shades of Medium Orchid #B368CE

Tints of Medium Orchid #B368CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.27%

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

R = 36.61%
G = 21.27%
B = 42.13%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B368CE (or 0xB368CE) is known color: Medium Orchid. HEX triplet: B3, 68 and CE. RGB value is (179,104,206). Sum of RGB (Red+Green+Blue) = 179+104+206=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #B368CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B368CE is #4C9731. Grayscale: #898989. Windows color (decimal): -5019442 or 13527219. OLE color: 13527219.

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

Color convert

RGB 179 104 206 -
CMYK 0.13 0.50 0 0.19
HSL 284.12º 0.51% 0.61% -
HSV(B) 284.12º 0.5% 0.81% -
XYZ 34.68 23.94 61.19 -
YUV 138.05 166.35 157.21 -
System Red Green Blue C M Y K H S L
Decimal 179 104 206 0.13 0.50 0 0.19 284.12 0.51 0.61
Hex B3 68 CE D 32 0 13 11C 33 3D
Octal 263 150 316 15 62 0 23 434 63 75
Binary 10110011 1101000 11001110 1101 110010 0 10011 100011100 110011 111101

Color Harmonies of #B368CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B368CE

Black with #B368CE

Text Example


Text Example

White with #B368CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B368CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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