Html Css Color HEX #B366C7 Medium Orchid

📋 copy color: '#B366C7'

red 179 ◦ green 102 ◦ blue 199

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

Shades of Medium Orchid #B366C7

Tints of Medium Orchid #B366C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.46%

R = 37.29%
G = 21.25%
B = 41.46%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B366C7 (or 0xB366C7) is known color: Medium Orchid. HEX triplet: B3, 66 and C7. RGB value is (179,102,199). Sum of RGB (Red+Green+Blue) = 179+102+199=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 199 (78.12% from 255 or 41.46% from 480); Max value from RGB is 199 - color contains mainly: blue. Hex color #B366C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B366C7 is #4C9938. Grayscale: #878787. Windows color (decimal): -5019961 or 13067955. OLE color: 13067955.

HSL color Cylindrical-coordinate representation of color #B366C7: hue angle of 287.63º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B366C7 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 102 199 -
CMYK 0.10 0.49 0 0.22
HSL 287.63º 0.46% 0.59% -
HSV(B) 287.63º 0.49% 0.78% -
XYZ 33.65 23.21 56.74 -
YUV 136.08 163.51 158.61 -
System Red Green Blue C M Y K H S L
Decimal 179 102 199 0.10 0.49 0 0.22 287.63 0.46 0.59
Hex B3 66 C7 A 31 0 16 120 2E 3B
Octal 263 146 307 12 61 0 26 440 56 73
Binary 10110011 1100110 11000111 1010 110001 0 10110 100100000 101110 111011

Color Harmonies of #B366C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B366C7

Black with #B366C7

Text Example


Text Example

White with #B366C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B366C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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