Html Css Color HEX #B366E6 Medium Orchid

📋 copy color: '#B366E6'

red 179 ◦ green 102 ◦ blue 230

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

Shades of Medium Orchid #B366E6

Tints of Medium Orchid #B366E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.01%

R = 35.03%
G = 19.96%
B = 45.01%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B366E6 (or 0xB366E6) is known color: Medium Orchid. HEX triplet: B3, 66 and E6. RGB value is (179,102,230). Sum of RGB (Red+Green+Blue) = 179+102+230=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #B366E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B366E6 is #4C9919. Grayscale: #8B8B8B. Windows color (decimal): -5019930 or 15099571. OLE color: 15099571.

HSL color Cylindrical-coordinate representation of color #B366E6: hue angle of 276.09º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B366E6 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 102 230 -
CMYK 0.22 0.56 0 0.10
HSL 276.09º 0.72% 0.65% -
HSV(B) 276.09º 0.56% 0.9% -
XYZ 37.62 24.8 77.67 -
YUV 139.62 179.01 156.09 -
System Red Green Blue C M Y K H S L
Decimal 179 102 230 0.22 0.56 0 0.10 276.09 0.72 0.65
Hex B3 66 E6 16 38 0 A 114 48 41
Octal 263 146 346 26 70 0 12 424 110 101
Binary 10110011 1100110 11100110 10110 111000 0 1010 100010100 1001000 1000001

Color Harmonies of #B366E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B366E6

Black with #B366E6

Text Example


Text Example

White with #B366E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B366E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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