Html Css Color HEX #B759CF Medium Orchid

📋 copy color: '#B759CF'

red 183 ◦ green 89 ◦ blue 207

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

Shades of Medium Orchid #B759CF

Tints of Medium Orchid #B759CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 38.2%
G = 18.58%
B = 43.22%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B759CF (or 0xB759CF) is known color: Medium Orchid. HEX triplet: B7, 59 and CF. RGB value is (183,89,207). Sum of RGB (Red+Green+Blue) = 183+89+207=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #B759CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B759CF is #48A630. Grayscale: #828282. Windows color (decimal): -4761137 or 13588919. OLE color: 13588919.

HSL color Cylindrical-coordinate representation of color #B759CF: hue angle of 287.8º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B759CF is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 89 207 -
CMYK 0.12 0.57 0 0.19
HSL 287.8º 0.55% 0.58% -
HSV(B) 287.8º 0.57% 0.81% -
XYZ 34.36 21.72 61.41 -
YUV 130.56 171.14 165.41 -
System Red Green Blue C M Y K H S L
Decimal 183 89 207 0.12 0.57 0 0.19 287.8 0.55 0.58
Hex B7 59 CF C 39 0 13 120 37 3A
Octal 267 131 317 14 71 0 23 440 67 72
Binary 10110111 1011001 11001111 1100 111001 0 10011 100100000 110111 111010

Color Harmonies of #B759CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B759CF

Black with #B759CF

Text Example


Text Example

White with #B759CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B759CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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