Html Css Color HEX #B766E7 Medium Orchid

📋 copy color: '#B766E7'

red 183 ◦ green 102 ◦ blue 231

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

Shades of Medium Orchid #B766E7

Tints of Medium Orchid #B766E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.77%

R = 35.47%
G = 19.77%
B = 44.77%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B766E7 (or 0xB766E7) is known color: Medium Orchid. HEX triplet: B7, 66 and E7. RGB value is (183,102,231). Sum of RGB (Red+Green+Blue) = 183+102+231=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 231 (90.62% from 255 or 44.77% from 516); Max value from RGB is 231 - color contains mainly: blue. Hex color #B766E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B766E7 is #489918. Grayscale: #8C8C8C. Windows color (decimal): -4757785 or 15165111. OLE color: 15165111.

HSL color Cylindrical-coordinate representation of color #B766E7: hue angle of 277.67º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B766E7 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 183 102 231 -
CMYK 0.21 0.56 0 0.09
HSL 277.67º 0.73% 0.65% -
HSV(B) 277.67º 0.56% 0.91% -
XYZ 38.7 25.34 78.45 -
YUV 140.93 178.84 158.01 -
System Red Green Blue C M Y K H S L
Decimal 183 102 231 0.21 0.56 0 0.09 277.67 0.73 0.65
Hex B7 66 E7 15 38 0 9 116 49 41
Octal 267 146 347 25 70 0 11 426 111 101
Binary 10110111 1100110 11100111 10101 111000 0 1001 100010110 1001001 1000001

Color Harmonies of #B766E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B766E7

Black with #B766E7

Text Example


Text Example

White with #B766E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B766E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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