Html Css Color HEX #B759CC Medium Orchid

📋 copy color: '#B759CC'

red 183 ◦ green 89 ◦ blue 204

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

Shades of Medium Orchid #B759CC

Tints of Medium Orchid #B759CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.86%

R = 38.45%
G = 18.7%
B = 42.86%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B759CC (or 0xB759CC) is known color: Medium Orchid. HEX triplet: B7, 59 and CC. RGB value is (183,89,204). Sum of RGB (Red+Green+Blue) = 183+89+204=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #B759CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B759CC is #48A633. Grayscale: #818181. Windows color (decimal): -4761140 or 13392311. OLE color: 13392311.

HSL color Cylindrical-coordinate representation of color #B759CC: hue angle of 289.04º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B759CC is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 89 204 -
CMYK 0.10 0.56 0 0.2
HSL 289.04º 0.53% 0.57% -
HSV(B) 289.04º 0.56% 0.8% -
XYZ 34 21.57 59.5 -
YUV 130.22 169.64 165.65 -
System Red Green Blue C M Y K H S L
Decimal 183 89 204 0.10 0.56 0 0.2 289.04 0.53 0.57
Hex B7 59 CC A 38 0 14 121 35 39
Octal 267 131 314 12 70 0 24 441 65 71
Binary 10110111 1011001 11001100 1010 111000 0 10100 100100001 110101 111001

Color Harmonies of #B759CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B759CC

Black with #B759CC

Text Example


Text Example

White with #B759CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B759CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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