Html Css Color HEX #B04FFA Medium Orchid

📋 copy color: '#B04FFA'

red 176 ◦ green 79 ◦ blue 250

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

Shades of Medium Orchid #B04FFA

Tints of Medium Orchid #B04FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.64%

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

R = 34.85%
G = 15.64%
B = 49.5%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B04FFA (or 0xB04FFA) is known color: Medium Orchid. HEX triplet: B0, 4F and FA. RGB value is (176,79,250). Sum of RGB (Red+Green+Blue) = 176+79+250=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #B04FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04FFA is #4FB005. Grayscale: #7E7E7E. Windows color (decimal): -5222406 or 16404400. OLE color: 16404400.

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

Color convert

RGB 176 79 250 -
CMYK 0.30 0.68 0 0.02
HSL 274.04º 0.94% 0.65% -
HSV(B) 274.04º 0.68% 0.98% -
XYZ 37.96 21.72 92.64 -
YUV 127.5 197.14 162.6 -
System Red Green Blue C M Y K H S L
Decimal 176 79 250 0.30 0.68 0 0.02 274.04 0.94 0.65
Hex B0 4F FA 1E 44 0 2 112 5E 41
Octal 260 117 372 36 104 0 2 422 136 101
Binary 10110000 1001111 11111010 11110 1000100 0 10 100010010 1011110 1000001

Color Harmonies of #B04FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04FFA

Black with #B04FFA

Text Example


Text Example

White with #B04FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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