Html Css Color HEX #B759F0 Medium Orchid

📋 copy color: '#B759F0'

red 183 ◦ green 89 ◦ blue 240

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

Shades of Medium Orchid #B759F0

Tints of Medium Orchid #B759F0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.38%

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

R = 35.74%
G = 17.38%
B = 46.88%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B759F0 (or 0xB759F0) is known color: Medium Orchid. HEX triplet: B7, 59 and F0. RGB value is (183,89,240). Sum of RGB (Red+Green+Blue) = 183+89+240=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #B759F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B759F0 is #48A60F. Grayscale: #858585. Windows color (decimal): -4761104 or 15751607. OLE color: 15751607.

HSL color Cylindrical-coordinate representation of color #B759F0: hue angle of 277.35º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B759F0 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 183 89 240 -
CMYK 0.24 0.63 0 0.06
HSL 277.35º 0.83% 0.65% -
HSV(B) 277.35º 0.63% 0.94% -
XYZ 38.83 23.5 84.93 -
YUV 134.32 187.64 162.72 -
System Red Green Blue C M Y K H S L
Decimal 183 89 240 0.24 0.63 0 0.06 277.35 0.83 0.65
Hex B7 59 F0 18 3F 0 6 115 53 41
Octal 267 131 360 30 77 0 6 425 123 101
Binary 10110111 1011001 11110000 11000 111111 0 110 100010101 1010011 1000001

Color Harmonies of #B759F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B759F0

Black with #B759F0

Text Example


Text Example

White with #B759F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B759F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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