Html Css Color HEX #B746FE Medium Orchid

📋 copy color: '#B746FE'

red 183 ◦ green 70 ◦ blue 254

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

Shades of Medium Orchid #B746FE

Tints of Medium Orchid #B746FE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.81%

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

R = 36.09%
G = 13.81%
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

#B746FE (or 0xB746FE) is known color: Medium Orchid. HEX triplet: B7, 46 and FE. RGB value is (183,70,254). Sum of RGB (Red+Green+Blue) = 183+70+254=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 70 (27.73% from 255 or 13.81% 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 #B746FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B746FE is #48B901. Grayscale: #7C7C7C. Windows color (decimal): -4765954 or 16664247. OLE color: 16664247.

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

Color convert

RGB 183 70 254 -
CMYK 0.28 0.72 0 0.00
HSL 276.85º 0.99% 0.64% -
HSV(B) 276.85º 0.72% 1% -
XYZ 39.61 21.6 95.85 -
YUV 124.76 200.94 169.54 -
System Red Green Blue C M Y K H S L
Decimal 183 70 254 0.28 0.72 0 0.00 276.85 0.99 0.64
Hex B7 46 FE 1C 48 0 0 115 63 40
Octal 267 106 376 34 110 0 0 425 143 100
Binary 10110111 1000110 11111110 11100 1001000 0 0 100010101 1100011 1000000

Color Harmonies of #B746FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B746FE

Black with #B746FE

Text Example


Text Example

White with #B746FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B746FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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