Html Css Color HEX #B759F2 Medium Orchid

📋 copy color: '#B759F2'

red 183 ◦ green 89 ◦ blue 242

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

Shades of Medium Orchid #B759F2

Tints of Medium Orchid #B759F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.08%

R = 35.6%
G = 17.32%
B = 47.08%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B759F2 (or 0xB759F2) is known color: Medium Orchid. HEX triplet: B7, 59 and F2. RGB value is (183,89,242). Sum of RGB (Red+Green+Blue) = 183+89+242=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #B759F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B759F2 is #48A60D. Grayscale: #868686. Windows color (decimal): -4761102 or 15882679. OLE color: 15882679.

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

Color convert

RGB 183 89 242 -
CMYK 0.24 0.63 0 0.05
HSL 276.86º 0.85% 0.65% -
HSV(B) 276.86º 0.63% 0.95% -
XYZ 39.13 23.62 86.5 -
YUV 134.55 188.64 162.56 -
System Red Green Blue C M Y K H S L
Decimal 183 89 242 0.24 0.63 0 0.05 276.86 0.85 0.65
Hex B7 59 F2 18 3F 0 5 115 55 41
Octal 267 131 362 30 77 0 5 425 125 101
Binary 10110111 1011001 11110010 11000 111111 0 101 100010101 1010101 1000001

Color Harmonies of #B759F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B759F2

Black with #B759F2

Text Example


Text Example

White with #B759F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B759F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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