Html Css Color HEX #B04FFF Medium Orchid

📋 copy color: '#B04FFF'

red 176 ◦ green 79 ◦ blue 255

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

Shades of Medium Orchid #B04FFF

Tints of Medium Orchid #B04FFF

RGB

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

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

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

R = 34.51%
G = 15.49%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B04FFF (or 0xB04FFF) is known color: Medium Orchid. HEX triplet: B0, 4F and FF. RGB value is (176,79,255). Sum of RGB (Red+Green+Blue) = 176+79+255=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 79 (31.25% from 255 or 15.49% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #B04FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04FFF is #4FB000. Grayscale: #7F7F7F. Windows color (decimal): -5222401 or 16732080. OLE color: 16732080.

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

Color convert

RGB 176 79 255 -
CMYK 0.31 0.69 0 0
HSL 273.07º 1% 0.65% -
HSV(B) 273.07º 0.69% 1% -
XYZ 38.75 22.04 96.82 -
YUV 128.07 199.64 162.19 -
System Red Green Blue C M Y K H S L
Decimal 176 79 255 0.31 0.69 0 0 273.07 1 0.65
Hex B0 4F FF 1F 45 0 0 111 64 41
Octal 260 117 377 37 105 0 0 421 144 101
Binary 10110000 1001111 11111111 11111 1000101 0 0 100010001 1100100 1000001

Color Harmonies of #B04FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04FFF

Black with #B04FFF

Text Example


Text Example

White with #B04FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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