Html Css Color HEX #B754C7 Medium Orchid

📋 copy color: '#B754C7'

red 183 ◦ green 84 ◦ blue 199

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

Shades of Medium Orchid #B754C7

Tints of Medium Orchid #B754C7

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.03%

 BLUE value IS 199 (78.13% from 255) = 42.7%

R = 39.27%
G = 18.03%
B = 42.7%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B754C7 (or 0xB754C7) is known color: Medium Orchid. HEX triplet: B7, 54 and C7. RGB value is (183,84,199). Sum of RGB (Red+Green+Blue) = 183+84+199=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 199 - color contains mainly: blue. Hex color #B754C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754C7 is #48AB38. Grayscale: #7E7E7E. Windows color (decimal): -4762425 or 13063351. OLE color: 13063351.

HSL color Cylindrical-coordinate representation of color #B754C7: hue angle of 291.65º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B754C7 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 183 84 199 -
CMYK 0.08 0.58 0 0.22
HSL 291.65º 0.51% 0.55% -
HSV(B) 291.65º 0.58% 0.78% -
XYZ 33.01 20.53 56.26 -
YUV 126.71 168.8 168.15 -
System Red Green Blue C M Y K H S L
Decimal 183 84 199 0.08 0.58 0 0.22 291.65 0.51 0.55
Hex B7 54 C7 8 3A 0 16 124 33 37
Octal 267 124 307 10 72 0 26 444 63 67
Binary 10110111 1010100 11000111 1000 111010 0 10110 100100100 110011 110111

Color Harmonies of #B754C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B754C7

Black with #B754C7

Text Example


Text Example

White with #B754C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B754C7; }

 p { color: rgb(183,84,199); }

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

background-color css

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

 a { background-color: rgb(183,84,199); }

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

border-color css

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

 span { border-color: rgb(183,84,199); }

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