Html Css Color HEX #B368D0 Medium Orchid

📋 copy color: '#B368D0'

red 179 ◦ green 104 ◦ blue 208

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

Shades of Medium Orchid #B368D0

Tints of Medium Orchid #B368D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.36%

R = 36.46%
G = 21.18%
B = 42.36%

CMYK

 C value IS 0.14

 M value IS 0.5

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B368D0 (or 0xB368D0) is known color: Medium Orchid. HEX triplet: B3, 68 and D0. RGB value is (179,104,208). Sum of RGB (Red+Green+Blue) = 179+104+208=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #B368D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B368D0 is #4C972F. Grayscale: #898989. Windows color (decimal): -5019440 or 13658291. OLE color: 13658291.

HSL color Cylindrical-coordinate representation of color #B368D0: hue angle of 283.27º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B368D0 is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 179 104 208 -
CMYK 0.14 0.5 0 0.18
HSL 283.27º 0.53% 0.61% -
HSV(B) 283.27º 0.5% 0.82% -
XYZ 34.93 24.04 62.47 -
YUV 138.28 167.35 157.04 -
System Red Green Blue C M Y K H S L
Decimal 179 104 208 0.14 0.5 0 0.18 283.27 0.53 0.61
Hex B3 68 D0 E 32 0 12 11B 35 3D
Octal 263 150 320 16 62 0 22 433 65 75
Binary 10110011 1101000 11010000 1110 110010 0 10010 100011011 110101 111101

Color Harmonies of #B368D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B368D0

Black with #B368D0

Text Example


Text Example

White with #B368D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B368D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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