Html Css Color HEX #B654CE Medium Orchid

📋 copy color: '#B654CE'

red 182 ◦ green 84 ◦ blue 206

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

Shades of Medium Orchid #B654CE

Tints of Medium Orchid #B654CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 38.56%
G = 17.8%
B = 43.64%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B654CE (or 0xB654CE) is known color: Medium Orchid. HEX triplet: B6, 54 and CE. RGB value is (182,84,206). Sum of RGB (Red+Green+Blue) = 182+84+206=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #B654CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B654CE is #49AB31. Grayscale: #7E7E7E. Windows color (decimal): -4827954 or 13522102. OLE color: 13522102.

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

Color convert

RGB 182 84 206 -
CMYK 0.12 0.59 0 0.19
HSL 288.2º 0.55% 0.57% -
HSV(B) 288.2º 0.59% 0.81% -
XYZ 33.6 20.74 60.63 -
YUV 127.21 172.47 167.08 -
System Red Green Blue C M Y K H S L
Decimal 182 84 206 0.12 0.59 0 0.19 288.2 0.55 0.57
Hex B6 54 CE C 3B 0 13 120 37 39
Octal 266 124 316 14 73 0 23 440 67 71
Binary 10110110 1010100 11001110 1100 111011 0 10011 100100000 110111 111001

Color Harmonies of #B654CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B654CE

Black with #B654CE

Text Example


Text Example

White with #B654CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B654CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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