Html Css Color HEX #B654FE Medium Orchid

📋 copy color: '#B654FE'

red 182 ◦ green 84 ◦ blue 254

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

Shades of Medium Orchid #B654FE

Tints of Medium Orchid #B654FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.85%

R = 35%
G = 16.15%
B = 48.85%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B654FE (or 0xB654FE) is known color: Medium Orchid. HEX triplet: B6, 54 and FE. RGB value is (182,84,254). Sum of RGB (Red+Green+Blue) = 182+84+254=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 84 (33.20% from 255 or 16.15% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #B654FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B654FE is #49AB01. Grayscale: #848484. Windows color (decimal): -4827906 or 16667830. OLE color: 16667830.

HSL color Cylindrical-coordinate representation of color #B654FE: hue angle of 274.59º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B654FE is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 84 254 -
CMYK 0.28 0.67 0 0.00
HSL 274.59º 0.99% 0.66% -
HSV(B) 274.59º 0.67% 1% -
XYZ 40.35 23.44 96.16 -
YUV 132.68 196.47 163.18 -
System Red Green Blue C M Y K H S L
Decimal 182 84 254 0.28 0.67 0 0.00 274.59 0.99 0.66
Hex B6 54 FE 1C 43 0 0 113 63 42
Octal 266 124 376 34 103 0 0 423 143 102
Binary 10110110 1010100 11111110 11100 1000011 0 0 100010011 1100011 1000010

Color Harmonies of #B654FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B654FE

Black with #B654FE

Text Example


Text Example

White with #B654FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B654FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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