Html Css Color HEX #B366F5 Medium Orchid

📋 copy color: '#B366F5'

red 179 ◦ green 102 ◦ blue 245

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

Shades of Medium Orchid #B366F5

Tints of Medium Orchid #B366F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.58%

R = 34.03%
G = 19.39%
B = 46.58%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B366F5 (or 0xB366F5) is known color: Medium Orchid. HEX triplet: B3, 66 and F5. RGB value is (179,102,245). Sum of RGB (Red+Green+Blue) = 179+102+245=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 245 (96.09% from 255 or 46.58% from 526); Max value from RGB is 245 - color contains mainly: blue. Hex color #B366F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B366F5 is #4C990A. Grayscale: #8C8C8C. Windows color (decimal): -5019915 or 16082611. OLE color: 16082611.

HSL color Cylindrical-coordinate representation of color #B366F5: hue angle of 272.31º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B366F5 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 102 245 -
CMYK 0.27 0.58 0 0.04
HSL 272.31º 0.88% 0.68% -
HSV(B) 272.31º 0.58% 0.96% -
XYZ 39.82 25.68 89.24 -
YUV 141.33 186.51 154.87 -
System Red Green Blue C M Y K H S L
Decimal 179 102 245 0.27 0.58 0 0.04 272.31 0.88 0.68
Hex B3 66 F5 1B 3A 0 4 110 58 44
Octal 263 146 365 33 72 0 4 420 130 104
Binary 10110011 1100110 11110101 11011 111010 0 100 100010000 1011000 1000100

Color Harmonies of #B366F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B366F5

Black with #B366F5

Text Example


Text Example

White with #B366F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B366F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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