Html Css Color HEX #B759D5 Medium Orchid

📋 copy color: '#B759D5'

red 183 ◦ green 89 ◦ blue 213

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

Shades of Medium Orchid #B759D5

Tints of Medium Orchid #B759D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.92%

R = 37.73%
G = 18.35%
B = 43.92%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B759D5 (or 0xB759D5) is known color: Medium Orchid. HEX triplet: B7, 59 and D5. RGB value is (183,89,213). Sum of RGB (Red+Green+Blue) = 183+89+213=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #B759D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B759D5 is #48A62A. Grayscale: #828282. Windows color (decimal): -4761131 or 13982135. OLE color: 13982135.

HSL color Cylindrical-coordinate representation of color #B759D5: hue angle of 285.48º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B759D5 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 89 213 -
CMYK 0.14 0.58 0 0.16
HSL 285.48º 0.6% 0.59% -
HSV(B) 285.48º 0.58% 0.84% -
XYZ 35.11 22.02 65.35 -
YUV 131.24 174.14 164.92 -
System Red Green Blue C M Y K H S L
Decimal 183 89 213 0.14 0.58 0 0.16 285.48 0.6 0.59
Hex B7 59 D5 E 3A 0 10 11D 3C 3B
Octal 267 131 325 16 72 0 20 435 74 73
Binary 10110111 1011001 11010101 1110 111010 0 10000 100011101 111100 111011

Color Harmonies of #B759D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B759D5

Black with #B759D5

Text Example


Text Example

White with #B759D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B759D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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