Html Css Color HEX #B761F0 Medium Orchid

📋 copy color: '#B761F0'

red 183 ◦ green 97 ◦ blue 240

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

Shades of Medium Orchid #B761F0

Tints of Medium Orchid #B761F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.15%

R = 35.19%
G = 18.65%
B = 46.15%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B761F0 (or 0xB761F0) is known color: Medium Orchid. HEX triplet: B7, 61 and F0. RGB value is (183,97,240). Sum of RGB (Red+Green+Blue) = 183+97+240=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #B761F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B761F0 is #489E0F. Grayscale: #8A8A8A. Windows color (decimal): -4759056 or 15753655. OLE color: 15753655.

HSL color Cylindrical-coordinate representation of color #B761F0: hue angle of 276.08º degrees, saturation: 0.83, 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 #B761F0 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 183 97 240 -
CMYK 0.24 0.60 0 0.06
HSL 276.08º 0.83% 0.66% -
HSV(B) 276.08º 0.6% 0.94% -
XYZ 39.53 24.91 85.16 -
YUV 139.02 184.99 159.37 -
System Red Green Blue C M Y K H S L
Decimal 183 97 240 0.24 0.60 0 0.06 276.08 0.83 0.66
Hex B7 61 F0 18 3C 0 6 114 53 42
Octal 267 141 360 30 74 0 6 424 123 102
Binary 10110111 1100001 11110000 11000 111100 0 110 100010100 1010011 1000010

Color Harmonies of #B761F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B761F0

Black with #B761F0

Text Example


Text Example

White with #B761F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B761F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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