Html Css Color HEX #B046FF Medium Orchid

📋 copy color: '#B046FF'

red 176 ◦ green 70 ◦ blue 255

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

Shades of Medium Orchid #B046FF

Tints of Medium Orchid #B046FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.9%

R = 35.13%
G = 13.97%
B = 50.9%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B046FF (or 0xB046FF) is known color: Medium Orchid. HEX triplet: B0, 46 and FF. RGB value is (176,70,255). Sum of RGB (Red+Green+Blue) = 176+70+255=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 70 (27.73% from 255 or 13.97% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #B046FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B046FF is #4FB900. Grayscale: #7A7A7A. Windows color (decimal): -5224705 or 16729776. OLE color: 16729776.

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

Color convert

RGB 176 70 255 -
CMYK 0.31 0.73 0 0
HSL 274.38º 1% 0.64% -
HSV(B) 274.38º 0.73% 1% -
XYZ 38.14 20.83 96.62 -
YUV 122.78 202.62 165.96 -
System Red Green Blue C M Y K H S L
Decimal 176 70 255 0.31 0.73 0 0 274.38 1 0.64
Hex B0 46 FF 1F 49 0 0 112 64 40
Octal 260 106 377 37 111 0 0 422 144 100
Binary 10110000 1000110 11111111 11111 1001001 0 0 100010010 1100100 1000000

Color Harmonies of #B046FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B046FF

Black with #B046FF

Text Example


Text Example

White with #B046FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B046FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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