Html Css Color HEX #B366DE Medium Orchid

📋 copy color: '#B366DE'

red 179 ◦ green 102 ◦ blue 222

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

Shades of Medium Orchid #B366DE

Tints of Medium Orchid #B366DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.14%

R = 35.59%
G = 20.28%
B = 44.14%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B366DE (or 0xB366DE) is known color: Medium Orchid. HEX triplet: B3, 66 and DE. RGB value is (179,102,222). Sum of RGB (Red+Green+Blue) = 179+102+222=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #B366DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B366DE is #4C9921. Grayscale: #8A8A8A. Windows color (decimal): -5019938 or 14575283. OLE color: 14575283.

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

Color convert

RGB 179 102 222 -
CMYK 0.19 0.54 0 0.13
HSL 278.5º 0.65% 0.64% -
HSV(B) 278.5º 0.54% 0.87% -
XYZ 36.53 24.36 71.88 -
YUV 138.7 175.01 156.74 -
System Red Green Blue C M Y K H S L
Decimal 179 102 222 0.19 0.54 0 0.13 278.5 0.65 0.64
Hex B3 66 DE 13 36 0 D 116 41 40
Octal 263 146 336 23 66 0 15 426 101 100
Binary 10110011 1100110 11011110 10011 110110 0 1101 100010110 1000001 1000000

Color Harmonies of #B366DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B366DE

Black with #B366DE

Text Example


Text Example

White with #B366DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B366DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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