Html Css Color HEX #B761E6 Medium Orchid

📋 copy color: '#B761E6'

red 183 ◦ green 97 ◦ blue 230

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

Shades of Medium Orchid #B761E6

Tints of Medium Orchid #B761E6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.02%

 BLUE value IS 230 (90.23% from 255) = 45.1%

R = 35.88%
G = 19.02%
B = 45.1%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B761E6 (or 0xB761E6) is known color: Medium Orchid. HEX triplet: B7, 61 and E6. RGB value is (183,97,230). Sum of RGB (Red+Green+Blue) = 183+97+230=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 230 - color contains mainly: blue. Hex color #B761E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B761E6 is #489E19. Grayscale: #898989. Windows color (decimal): -4759066 or 15098295. OLE color: 15098295.

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

Color convert

RGB 183 97 230 -
CMYK 0.20 0.58 0 0.10
HSL 278.8º 0.73% 0.64% -
HSV(B) 278.8º 0.58% 0.9% -
XYZ 38.09 24.33 77.55 -
YUV 137.88 179.99 160.19 -
System Red Green Blue C M Y K H S L
Decimal 183 97 230 0.20 0.58 0 0.10 278.8 0.73 0.64
Hex B7 61 E6 14 3A 0 A 117 49 40
Octal 267 141 346 24 72 0 12 427 111 100
Binary 10110111 1100001 11100110 10100 111010 0 1010 100010111 1001001 1000000

Color Harmonies of #B761E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B761E6

Black with #B761E6

Text Example


Text Example

White with #B761E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B761E6; }

 p { color: rgb(183,97,230); }

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

background-color css

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

 a { background-color: rgb(183,97,230); }

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

border-color css

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

 span { border-color: rgb(183,97,230); }

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