Html Css Color HEX #B649FE Medium Orchid

📋 copy color: '#B649FE'

red 182 ◦ green 73 ◦ blue 254

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

Shades of Medium Orchid #B649FE

Tints of Medium Orchid #B649FE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.34%

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

R = 35.76%
G = 14.34%
B = 49.9%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B649FE (or 0xB649FE) is known color: Medium Orchid. HEX triplet: B6, 49 and FE. RGB value is (182,73,254). Sum of RGB (Red+Green+Blue) = 182+73+254=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #B649FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B649FE is #49B601. Grayscale: #7D7D7D. Windows color (decimal): -4830722 or 16665014. OLE color: 16665014.

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

Color convert

RGB 182 73 254 -
CMYK 0.28 0.71 0 0.00
HSL 276.13º 0.99% 0.64% -
HSV(B) 276.13º 0.71% 1% -
XYZ 39.56 21.87 95.9 -
YUV 126.23 200.11 167.78 -
System Red Green Blue C M Y K H S L
Decimal 182 73 254 0.28 0.71 0 0.00 276.13 0.99 0.64
Hex B6 49 FE 1C 47 0 0 114 63 40
Octal 266 111 376 34 107 0 0 424 143 100
Binary 10110110 1001001 11111110 11100 1000111 0 0 100010100 1100011 1000000

Color Harmonies of #B649FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B649FE

Black with #B649FE

Text Example


Text Example

White with #B649FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B649FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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