Html Css Color HEX #B747FE Medium Orchid

📋 copy color: '#B747FE'

red 183 ◦ green 71 ◦ blue 254

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

Shades of Medium Orchid #B747FE

Tints of Medium Orchid #B747FE

RGB

 RED value IS 183 (71.88% from 255) = 36.02%

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

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

R = 36.02%
G = 13.98%
B = 50%

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

#B747FE (or 0xB747FE) is known color: Medium Orchid. HEX triplet: B7, 47 and FE. RGB value is (183,71,254). Sum of RGB (Red+Green+Blue) = 183+71+254=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 71 (28.12% from 255 or 13.98% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #B747FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B747FE is #48B801. Grayscale: #7C7C7C. Windows color (decimal): -4765698 or 16664503. OLE color: 16664503.

HSL color Cylindrical-coordinate representation of color #B747FE: hue angle of 276.72º 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 #B747FE is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 183 71 254 -
CMYK 0.28 0.72 0 0.00
HSL 276.72º 0.99% 0.64% -
HSV(B) 276.72º 0.72% 1% -
XYZ 39.67 21.73 95.87 -
YUV 125.35 200.61 169.12 -
System Red Green Blue C M Y K H S L
Decimal 183 71 254 0.28 0.72 0 0.00 276.72 0.99 0.64
Hex B7 47 FE 1C 48 0 0 115 63 40
Octal 267 107 376 34 110 0 0 425 143 100
Binary 10110111 1000111 11111110 11100 1001000 0 0 100010101 1100011 1000000

Color Harmonies of #B747FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B747FE

Black with #B747FE

Text Example


Text Example

White with #B747FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B747FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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