Html Css Color HEX #B647FE Medium Orchid

📋 copy color: '#B647FE'

red 182 ◦ green 71 ◦ blue 254

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

Shades of Medium Orchid #B647FE

Tints of Medium Orchid #B647FE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14%

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

R = 35.9%
G = 14%
B = 50.1%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B647FE (or 0xB647FE) is known color: Medium Orchid. HEX triplet: B6, 47 and FE. RGB value is (182,71,254). Sum of RGB (Red+Green+Blue) = 182+71+254=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 71 (28.12% from 255 or 14.00% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #B647FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B647FE is #49B801. Grayscale: #7C7C7C. Windows color (decimal): -4831234 or 16664502. OLE color: 16664502.

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

Color convert

RGB 182 71 254 -
CMYK 0.28 0.72 0 0.00
HSL 276.39º 0.99% 0.64% -
HSV(B) 276.39º 0.72% 1% -
XYZ 39.43 21.61 95.86 -
YUV 125.05 200.77 168.62 -
System Red Green Blue C M Y K H S L
Decimal 182 71 254 0.28 0.72 0 0.00 276.39 0.99 0.64
Hex B6 47 FE 1C 48 0 0 114 63 40
Octal 266 107 376 34 110 0 0 424 143 100
Binary 10110110 1000111 11111110 11100 1001000 0 0 100010100 1100011 1000000

Color Harmonies of #B647FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B647FE

Black with #B647FE

Text Example


Text Example

White with #B647FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B647FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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