Html Css Color HEX #B654C8 Medium Orchid

📋 copy color: '#B654C8'

red 182 ◦ green 84 ◦ blue 200

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

Shades of Medium Orchid #B654C8

Tints of Medium Orchid #B654C8

RGB

 RED value IS 182 (71.48% from 255) = 39.06%

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

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

R = 39.06%
G = 18.03%
B = 42.92%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B654C8 (or 0xB654C8) is known color: Medium Orchid. HEX triplet: B6, 54 and C8. RGB value is (182,84,200). Sum of RGB (Red+Green+Blue) = 182+84+200=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 200 - color contains mainly: blue. Hex color #B654C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B654C8 is #49AB37. Grayscale: #7E7E7E. Windows color (decimal): -4827960 or 13128886. OLE color: 13128886.

HSL color Cylindrical-coordinate representation of color #B654C8: hue angle of 290.69º 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 #B654C8 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 84 200 -
CMYK 0.09 0.58 0 0.22
HSL 290.69º 0.51% 0.56% -
HSV(B) 290.69º 0.58% 0.78% -
XYZ 32.89 20.46 56.86 -
YUV 126.53 169.47 167.57 -
System Red Green Blue C M Y K H S L
Decimal 182 84 200 0.09 0.58 0 0.22 290.69 0.51 0.56
Hex B6 54 C8 9 3A 0 16 123 33 38
Octal 266 124 310 11 72 0 26 443 63 70
Binary 10110110 1010100 11001000 1001 111010 0 10110 100100011 110011 111000

Color Harmonies of #B654C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B654C8

Black with #B654C8

Text Example


Text Example

White with #B654C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B654C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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