Html Css Color HEX #B04FF8 Medium Orchid

📋 copy color: '#B04FF8'

red 176 ◦ green 79 ◦ blue 248

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

Shades of Medium Orchid #B04FF8

Tints of Medium Orchid #B04FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.3%

R = 34.99%
G = 15.71%
B = 49.3%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B04FF8 (or 0xB04FF8) is known color: Medium Orchid. HEX triplet: B0, 4F and F8. RGB value is (176,79,248). Sum of RGB (Red+Green+Blue) = 176+79+248=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #B04FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04FF8 is #4FB007. Grayscale: #7E7E7E. Windows color (decimal): -5222408 or 16273328. OLE color: 16273328.

HSL color Cylindrical-coordinate representation of color #B04FF8: hue angle of 274.44º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B04FF8 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 79 248 -
CMYK 0.29 0.68 0 0.03
HSL 274.44º 0.92% 0.64% -
HSV(B) 274.44º 0.68% 0.97% -
XYZ 37.64 21.6 90.99 -
YUV 127.27 196.14 162.76 -
System Red Green Blue C M Y K H S L
Decimal 176 79 248 0.29 0.68 0 0.03 274.44 0.92 0.64
Hex B0 4F F8 1D 44 0 3 112 5C 40
Octal 260 117 370 35 104 0 3 422 134 100
Binary 10110000 1001111 11111000 11101 1000100 0 11 100010010 1011100 1000000

Color Harmonies of #B04FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04FF8

Black with #B04FF8

Text Example


Text Example

White with #B04FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04FF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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