Html Css Color HEX #B368DF Medium Orchid

📋 copy color: '#B368DF'

red 179 ◦ green 104 ◦ blue 223

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

Shades of Medium Orchid #B368DF

Tints of Medium Orchid #B368DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 35.38%
G = 20.55%
B = 44.07%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B368DF (or 0xB368DF) is known color: Medium Orchid. HEX triplet: B3, 68 and DF. RGB value is (179,104,223). Sum of RGB (Red+Green+Blue) = 179+104+223=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #B368DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B368DF is #4C9720. Grayscale: #8B8B8B. Windows color (decimal): -5019425 or 14641331. OLE color: 14641331.

HSL color Cylindrical-coordinate representation of color #B368DF: hue angle of 277.82º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B368DF is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 104 223 -
CMYK 0.20 0.53 0 0.13
HSL 277.82º 0.65% 0.64% -
HSV(B) 277.82º 0.53% 0.87% -
XYZ 36.86 24.81 72.66 -
YUV 139.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 179 104 223 0.20 0.53 0 0.13 277.82 0.65 0.64
Hex B3 68 DF 14 35 0 D 116 41 40
Octal 263 150 337 24 65 0 15 426 101 100
Binary 10110011 1101000 11011111 10100 110101 0 1101 100010110 1000001 1000000

Color Harmonies of #B368DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B368DF

Black with #B368DF

Text Example


Text Example

White with #B368DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B368DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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