Html Css Color HEX #B366EF Medium Orchid

📋 copy color: '#B366EF'

red 179 ◦ green 102 ◦ blue 239

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

Shades of Medium Orchid #B366EF

Tints of Medium Orchid #B366EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.96%

R = 34.42%
G = 19.62%
B = 45.96%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B366EF (or 0xB366EF) is known color: Medium Orchid. HEX triplet: B3, 66 and EF. RGB value is (179,102,239). Sum of RGB (Red+Green+Blue) = 179+102+239=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #B366EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B366EF is #4C9910. Grayscale: #8C8C8C. Windows color (decimal): -5019921 or 15689395. OLE color: 15689395.

HSL color Cylindrical-coordinate representation of color #B366EF: hue angle of 273.72º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B366EF is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 102 239 -
CMYK 0.25 0.57 0 0.06
HSL 273.72º 0.81% 0.67% -
HSV(B) 273.72º 0.57% 0.94% -
XYZ 38.92 25.32 84.5 -
YUV 140.64 183.51 155.36 -
System Red Green Blue C M Y K H S L
Decimal 179 102 239 0.25 0.57 0 0.06 273.72 0.81 0.67
Hex B3 66 EF 19 39 0 6 112 51 43
Octal 263 146 357 31 71 0 6 422 121 103
Binary 10110011 1100110 11101111 11001 111001 0 110 100010010 1010001 1000011

Color Harmonies of #B366EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B366EF

Black with #B366EF

Text Example


Text Example

White with #B366EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B366EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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