Html Css Color HEX #B046FA Medium Orchid

📋 copy color: '#B046FA'

red 176 ◦ green 70 ◦ blue 250

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

Shades of Medium Orchid #B046FA

Tints of Medium Orchid #B046FA

RGB

 RED value IS 176 (69.14% from 255) = 35.48%

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

 BLUE value IS 250 (98.05% from 255) = 50.4%

R = 35.48%
G = 14.11%
B = 50.4%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B046FA (or 0xB046FA) is known color: Medium Orchid. HEX triplet: B0, 46 and FA. RGB value is (176,70,250). Sum of RGB (Red+Green+Blue) = 176+70+250=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 70 (27.73% from 255 or 14.11% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #B046FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B046FA is #4FB905. Grayscale: #797979. Windows color (decimal): -5224710 or 16402096. OLE color: 16402096.

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

Color convert

RGB 176 70 250 -
CMYK 0.30 0.72 0 0.02
HSL 275.33º 0.95% 0.63% -
HSV(B) 275.33º 0.72% 0.98% -
XYZ 37.35 20.51 92.43 -
YUV 122.21 200.12 166.36 -
System Red Green Blue C M Y K H S L
Decimal 176 70 250 0.30 0.72 0 0.02 275.33 0.95 0.63
Hex B0 46 FA 1E 48 0 2 113 5F 3F
Octal 260 106 372 36 110 0 2 423 137 77
Binary 10110000 1000110 11111010 11110 1001000 0 10 100010011 1011111 111111

Color Harmonies of #B046FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B046FA

Black with #B046FA

Text Example


Text Example

White with #B046FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B046FA; }

 p { color: rgb(176,70,250); }

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

background-color css

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

 a { background-color: rgb(176,70,250); }

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

border-color css

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

 span { border-color: rgb(176,70,250); }

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