Html Css Color HEX #B766C7 Medium Orchid

📋 copy color: '#B766C7'

red 183 ◦ green 102 ◦ blue 199

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

Shades of Medium Orchid #B766C7

Tints of Medium Orchid #B766C7

RGB

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

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

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

R = 37.81%
G = 21.07%
B = 41.12%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B766C7 (or 0xB766C7) is known color: Medium Orchid. HEX triplet: B7, 66 and C7. RGB value is (183,102,199). Sum of RGB (Red+Green+Blue) = 183+102+199=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 199 (78.12% from 255 or 41.12% from 484); Max value from RGB is 199 - color contains mainly: blue. Hex color #B766C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766C7 is #489938. Grayscale: #888888. Windows color (decimal): -4757817 or 13067959. OLE color: 13067959.

HSL color Cylindrical-coordinate representation of color #B766C7: hue angle of 290.1º 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 #B766C7 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 183 102 199 -
CMYK 0.08 0.49 0 0.22
HSL 290.1º 0.46% 0.59% -
HSV(B) 290.1º 0.49% 0.78% -
XYZ 34.59 23.69 56.78 -
YUV 137.28 162.84 160.61 -
System Red Green Blue C M Y K H S L
Decimal 183 102 199 0.08 0.49 0 0.22 290.1 0.46 0.59
Hex B7 66 C7 8 31 0 16 122 2E 3B
Octal 267 146 307 10 61 0 26 442 56 73
Binary 10110111 1100110 11000111 1000 110001 0 10110 100100010 101110 111011

Color Harmonies of #B766C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B766C7

Black with #B766C7

Text Example


Text Example

White with #B766C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B766C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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