Html Css Color HEX #B760EF Medium Orchid

📋 copy color: '#B760EF'

red 183 ◦ green 96 ◦ blue 239

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

Shades of Medium Orchid #B760EF

Tints of Medium Orchid #B760EF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.53%

 BLUE value IS 239 (93.75% from 255) = 46.14%

R = 35.33%
G = 18.53%
B = 46.14%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B760EF (or 0xB760EF) is known color: Medium Orchid. HEX triplet: B7, 60 and EF. RGB value is (183,96,239). Sum of RGB (Red+Green+Blue) = 183+96+239=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #B760EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B760EF is #489F10. Grayscale: #898989. Windows color (decimal): -4759313 or 15687863. OLE color: 15687863.

HSL color Cylindrical-coordinate representation of color #B760EF: hue angle of 276.5º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B760EF is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 183 96 239 -
CMYK 0.23 0.60 0 0.06
HSL 276.5º 0.82% 0.66% -
HSV(B) 276.5º 0.6% 0.94% -
XYZ 39.29 24.67 84.35 -
YUV 138.32 184.82 159.87 -
System Red Green Blue C M Y K H S L
Decimal 183 96 239 0.23 0.60 0 0.06 276.5 0.82 0.66
Hex B7 60 EF 17 3C 0 6 115 52 42
Octal 267 140 357 27 74 0 6 425 122 102
Binary 10110111 1100000 11101111 10111 111100 0 110 100010101 1010010 1000010

Color Harmonies of #B760EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B760EF

Black with #B760EF

Text Example


Text Example

White with #B760EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B760EF; }

 p { color: rgb(183,96,239); }

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

background-color css

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

 a { background-color: rgb(183,96,239); }

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

border-color css

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

 span { border-color: rgb(183,96,239); }

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