Html Css Color HEX #B654EF Medium Orchid

📋 copy color: '#B654EF'

red 182 ◦ green 84 ◦ blue 239

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

Shades of Medium Orchid #B654EF

Tints of Medium Orchid #B654EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.33%

R = 36.04%
G = 16.63%
B = 47.33%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B654EF (or 0xB654EF) is known color: Medium Orchid. HEX triplet: B6, 54 and EF. RGB value is (182,84,239). Sum of RGB (Red+Green+Blue) = 182+84+239=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 84 (33.20% from 255 or 16.63% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #B654EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B654EF is #49AB10. Grayscale: #828282. Windows color (decimal): -4827921 or 15684790. OLE color: 15684790.

HSL color Cylindrical-coordinate representation of color #B654EF: hue angle of 277.94º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B654EF is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 84 239 -
CMYK 0.24 0.65 0 0.06
HSL 277.94º 0.83% 0.63% -
HSV(B) 277.94º 0.65% 0.94% -
XYZ 38.04 22.52 84 -
YUV 130.97 188.97 164.4 -
System Red Green Blue C M Y K H S L
Decimal 182 84 239 0.24 0.65 0 0.06 277.94 0.83 0.63
Hex B6 54 EF 18 41 0 6 116 53 3F
Octal 266 124 357 30 101 0 6 426 123 77
Binary 10110110 1010100 11101111 11000 1000001 0 110 100010110 1010011 111111

Color Harmonies of #B654EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B654EF

Black with #B654EF

Text Example


Text Example

White with #B654EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B654EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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