Html Css Color HEX #B654EC Medium Orchid

📋 copy color: '#B654EC'

red 182 ◦ green 84 ◦ blue 236

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

Shades of Medium Orchid #B654EC

Tints of Medium Orchid #B654EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.01%

R = 36.25%
G = 16.73%
B = 47.01%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B654EC (or 0xB654EC) is known color: Medium Orchid. HEX triplet: B6, 54 and EC. RGB value is (182,84,236). Sum of RGB (Red+Green+Blue) = 182+84+236=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 84 (33.20% from 255 or 16.73% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #B654EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B654EC is #49AB13. Grayscale: #828282. Windows color (decimal): -4827924 or 15488182. OLE color: 15488182.

HSL color Cylindrical-coordinate representation of color #B654EC: hue angle of 278.68º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B654EC is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 84 236 -
CMYK 0.23 0.64 0 0.07
HSL 278.68º 0.8% 0.63% -
HSV(B) 278.68º 0.64% 0.93% -
XYZ 37.6 22.34 81.69 -
YUV 130.63 187.47 164.64 -
System Red Green Blue C M Y K H S L
Decimal 182 84 236 0.23 0.64 0 0.07 278.68 0.8 0.63
Hex B6 54 EC 17 40 0 7 117 50 3F
Octal 266 124 354 27 100 0 7 427 120 77
Binary 10110110 1010100 11101100 10111 1000000 0 111 100010111 1010000 111111

Color Harmonies of #B654EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B654EC

Black with #B654EC

Text Example


Text Example

White with #B654EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B654EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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