Html Css Color HEX #B366DC Medium Orchid

📋 copy color: '#B366DC'

red 179 ◦ green 102 ◦ blue 220

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

Shades of Medium Orchid #B366DC

Tints of Medium Orchid #B366DC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.36%

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 35.73%
G = 20.36%
B = 43.91%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B366DC (or 0xB366DC) is known color: Medium Orchid. HEX triplet: B3, 66 and DC. RGB value is (179,102,220). Sum of RGB (Red+Green+Blue) = 179+102+220=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #B366DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B366DC is #4C9923. Grayscale: #8A8A8A. Windows color (decimal): -5019940 or 14444211. OLE color: 14444211.

HSL color Cylindrical-coordinate representation of color #B366DC: hue angle of 279.15º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B366DC is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 102 220 -
CMYK 0.19 0.54 0 0.14
HSL 279.15º 0.63% 0.63% -
HSV(B) 279.15º 0.54% 0.86% -
XYZ 36.26 24.25 70.48 -
YUV 138.48 174.01 156.91 -
System Red Green Blue C M Y K H S L
Decimal 179 102 220 0.19 0.54 0 0.14 279.15 0.63 0.63
Hex B3 66 DC 13 36 0 E 117 3F 3F
Octal 263 146 334 23 66 0 16 427 77 77
Binary 10110011 1100110 11011100 10011 110110 0 1110 100010111 111111 111111

Color Harmonies of #B366DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B366DC

Black with #B366DC

Text Example


Text Example

White with #B366DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B366DC; }

 p { color: rgb(179,102,220); }

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

background-color css

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

 a { background-color: rgb(179,102,220); }

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

border-color css

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

 span { border-color: rgb(179,102,220); }

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