Html Css Color HEX #B754C8 Medium Orchid

📋 copy color: '#B754C8'

red 183 ◦ green 84 ◦ blue 200

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

Shades of Medium Orchid #B754C8

Tints of Medium Orchid #B754C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.83%

R = 39.19%
G = 17.99%
B = 42.83%

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

#B754C8 (or 0xB754C8) is known color: Medium Orchid. HEX triplet: B7, 54 and C8. RGB value is (183,84,200). Sum of RGB (Red+Green+Blue) = 183+84+200=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 200 - color contains mainly: blue. Hex color #B754C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754C8 is #48AB37. Grayscale: #7E7E7E. Windows color (decimal): -4762424 or 13128887. OLE color: 13128887.

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

Color convert

RGB 183 84 200 -
CMYK 0.08 0.58 0 0.22
HSL 291.21º 0.51% 0.56% -
HSV(B) 291.21º 0.58% 0.78% -
XYZ 33.12 20.58 56.87 -
YUV 126.83 169.3 168.07 -
System Red Green Blue C M Y K H S L
Decimal 183 84 200 0.08 0.58 0 0.22 291.21 0.51 0.56
Hex B7 54 C8 8 3A 0 16 123 33 38
Octal 267 124 310 10 72 0 26 443 63 70
Binary 10110111 1010100 11001000 1000 111010 0 10110 100100011 110011 111000

Color Harmonies of #B754C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B754C8

Black with #B754C8

Text Example


Text Example

White with #B754C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B754C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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