Html Css Color HEX #B766E3 Medium Orchid

📋 copy color: '#B766E3'

red 183 ◦ green 102 ◦ blue 227

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

Shades of Medium Orchid #B766E3

Tints of Medium Orchid #B766E3

RGB

 RED value IS 183 (71.88% from 255) = 35.74%

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

 BLUE value IS 227 (89.06% from 255) = 44.34%

R = 35.74%
G = 19.92%
B = 44.34%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B766E3 (or 0xB766E3) is known color: Medium Orchid. HEX triplet: B7, 66 and E3. RGB value is (183,102,227). Sum of RGB (Red+Green+Blue) = 183+102+227=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 227 (89.06% from 255 or 44.34% from 512); Max value from RGB is 227 - color contains mainly: blue. Hex color #B766E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766E3 is #48991C. Grayscale: #8C8C8C. Windows color (decimal): -4757789 or 14902967. OLE color: 14902967.

HSL color Cylindrical-coordinate representation of color #B766E3: hue angle of 278.88º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B766E3 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 183 102 227 -
CMYK 0.19 0.55 0 0.11
HSL 278.88º 0.69% 0.65% -
HSV(B) 278.88º 0.55% 0.89% -
XYZ 38.14 25.12 75.51 -
YUV 140.47 176.84 158.34 -
System Red Green Blue C M Y K H S L
Decimal 183 102 227 0.19 0.55 0 0.11 278.88 0.69 0.65
Hex B7 66 E3 13 37 0 B 117 45 41
Octal 267 146 343 23 67 0 13 427 105 101
Binary 10110111 1100110 11100011 10011 110111 0 1011 100010111 1000101 1000001

Color Harmonies of #B766E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B766E3

Black with #B766E3

Text Example


Text Example

White with #B766E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B766E3; }

 p { color: rgb(183,102,227); }

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

background-color css

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

 a { background-color: rgb(183,102,227); }

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

border-color css

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

 span { border-color: rgb(183,102,227); }

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