Html Css Color HEX #B04FFC Medium Orchid

📋 copy color: '#B04FFC'

red 176 ◦ green 79 ◦ blue 252

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

Shades of Medium Orchid #B04FFC

Tints of Medium Orchid #B04FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.7%

R = 34.71%
G = 15.58%
B = 49.7%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B04FFC (or 0xB04FFC) is known color: Medium Orchid. HEX triplet: B0, 4F and FC. RGB value is (176,79,252). Sum of RGB (Red+Green+Blue) = 176+79+252=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #B04FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04FFC is #4FB003. Grayscale: #7F7F7F. Windows color (decimal): -5222404 or 16535472. OLE color: 16535472.

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

Color convert

RGB 176 79 252 -
CMYK 0.30 0.69 0 0.01
HSL 273.64º 0.97% 0.65% -
HSV(B) 273.64º 0.69% 0.99% -
XYZ 38.27 21.85 94.3 -
YUV 127.73 198.14 162.43 -
System Red Green Blue C M Y K H S L
Decimal 176 79 252 0.30 0.69 0 0.01 273.64 0.97 0.65
Hex B0 4F FC 1E 45 0 1 112 61 41
Octal 260 117 374 36 105 0 1 422 141 101
Binary 10110000 1001111 11111100 11110 1000101 0 1 100010010 1100001 1000001

Color Harmonies of #B04FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04FFC

Black with #B04FFC

Text Example


Text Example

White with #B04FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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