Html Css Color HEX #B366C4 Medium Orchid

📋 copy color: '#B366C4'

red 179 ◦ green 102 ◦ blue 196

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

Shades of Medium Orchid #B366C4

Tints of Medium Orchid #B366C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.09%

R = 37.53%
G = 21.38%
B = 41.09%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B366C4 (or 0xB366C4) is known color: Medium Orchid. HEX triplet: B3, 66 and C4. RGB value is (179,102,196). Sum of RGB (Red+Green+Blue) = 179+102+196=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 196 - color contains mainly: blue. Hex color #B366C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B366C4 is #4C993B. Grayscale: #878787. Windows color (decimal): -5019964 or 12871347. OLE color: 12871347.

HSL color Cylindrical-coordinate representation of color #B366C4: hue angle of 289.15º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B366C4 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 179 102 196 -
CMYK 0.09 0.48 0 0.23
HSL 289.15º 0.44% 0.58% -
HSV(B) 289.15º 0.48% 0.77% -
XYZ 33.31 23.07 54.92 -
YUV 135.74 162.01 158.86 -
System Red Green Blue C M Y K H S L
Decimal 179 102 196 0.09 0.48 0 0.23 289.15 0.44 0.58
Hex B3 66 C4 9 30 0 17 121 2C 3A
Octal 263 146 304 11 60 0 27 441 54 72
Binary 10110011 1100110 11000100 1001 110000 0 10111 100100001 101100 111010

Color Harmonies of #B366C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B366C4

Black with #B366C4

Text Example


Text Example

White with #B366C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B366C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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