Html Css Color HEX #B946FD Medium Orchid

📋 copy color: '#B946FD'

red 185 ◦ green 70 ◦ blue 253

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

Shades of Medium Orchid #B946FD

Tints of Medium Orchid #B946FD

RGB

 RED value IS 185 (72.66% from 255) = 36.42%

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

 BLUE value IS 253 (99.22% from 255) = 49.8%

R = 36.42%
G = 13.78%
B = 49.8%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B946FD (or 0xB946FD) is known color: Medium Orchid. HEX triplet: B9, 46 and FD. RGB value is (185,70,253). Sum of RGB (Red+Green+Blue) = 185+70+253=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 70 (27.73% from 255 or 13.78% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #B946FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B946FD is #46B902. Grayscale: #7C7C7C. Windows color (decimal): -4634883 or 16598713. OLE color: 16598713.

HSL color Cylindrical-coordinate representation of color #B946FD: hue angle of 277.7º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B946FD is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 70 253 -
CMYK 0.27 0.72 0 0.01
HSL 277.7º 0.98% 0.63% -
HSV(B) 277.7º 0.72% 0.99% -
XYZ 39.93 21.79 95.03 -
YUV 125.25 200.1 170.62 -
System Red Green Blue C M Y K H S L
Decimal 185 70 253 0.27 0.72 0 0.01 277.7 0.98 0.63
Hex B9 46 FD 1B 48 0 1 116 62 3F
Octal 271 106 375 33 110 0 1 426 142 77
Binary 10111001 1000110 11111101 11011 1001000 0 1 100010110 1100010 111111

Color Harmonies of #B946FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B946FD

Black with #B946FD

Text Example


Text Example

White with #B946FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B946FD; }

 p { color: rgb(185,70,253); }

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

background-color css

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

 a { background-color: rgb(185,70,253); }

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

border-color css

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

 span { border-color: rgb(185,70,253); }

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