Html Css Color HEX #B766E5 Medium Orchid

📋 copy color: '#B766E5'

red 183 ◦ green 102 ◦ blue 229

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

Shades of Medium Orchid #B766E5

Tints of Medium Orchid #B766E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.55%

R = 35.6%
G = 19.84%
B = 44.55%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B766E5 (or 0xB766E5) is known color: Medium Orchid. HEX triplet: B7, 66 and E5. RGB value is (183,102,229). Sum of RGB (Red+Green+Blue) = 183+102+229=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 229 (89.84% from 255 or 44.55% from 514); Max value from RGB is 229 - color contains mainly: blue. Hex color #B766E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766E5 is #48991A. Grayscale: #8C8C8C. Windows color (decimal): -4757787 or 15034039. OLE color: 15034039.

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

Color convert

RGB 183 102 229 -
CMYK 0.20 0.55 0 0.10
HSL 278.27º 0.71% 0.65% -
HSV(B) 278.27º 0.55% 0.9% -
XYZ 38.42 25.23 76.97 -
YUV 140.7 177.84 158.17 -
System Red Green Blue C M Y K H S L
Decimal 183 102 229 0.20 0.55 0 0.10 278.27 0.71 0.65
Hex B7 66 E5 14 37 0 A 116 47 41
Octal 267 146 345 24 67 0 12 426 107 101
Binary 10110111 1100110 11100101 10100 110111 0 1010 100010110 1000111 1000001

Color Harmonies of #B766E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B766E5

Black with #B766E5

Text Example


Text Example

White with #B766E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B766E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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