Html Css Color HEX #B04FFD Medium Orchid

📋 copy color: '#B04FFD'

red 176 ◦ green 79 ◦ blue 253

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

Shades of Medium Orchid #B04FFD

Tints of Medium Orchid #B04FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.8%

R = 34.65%
G = 15.55%
B = 49.8%

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

#B04FFD (or 0xB04FFD) is known color: Medium Orchid. HEX triplet: B0, 4F and FD. RGB value is (176,79,253). Sum of RGB (Red+Green+Blue) = 176+79+253=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 79 (31.25% from 255 or 15.55% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #B04FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04FFD is #4FB002. Grayscale: #7F7F7F. Windows color (decimal): -5222403 or 16601008. OLE color: 16601008.

HSL color Cylindrical-coordinate representation of color #B04FFD: hue angle of 273.45º degrees, saturation: 0.98, 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 #B04FFD is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 79 253 -
CMYK 0.30 0.69 0 0.01
HSL 273.45º 0.98% 0.65% -
HSV(B) 273.45º 0.69% 0.99% -
XYZ 38.43 21.91 95.13 -
YUV 127.84 198.64 162.35 -
System Red Green Blue C M Y K H S L
Decimal 176 79 253 0.30 0.69 0 0.01 273.45 0.98 0.65
Hex B0 4F FD 1E 45 0 1 111 62 41
Octal 260 117 375 36 105 0 1 421 142 101
Binary 10110000 1001111 11111101 11110 1000101 0 1 100010001 1100010 1000001

Color Harmonies of #B04FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04FFD

Black with #B04FFD

Text Example


Text Example

White with #B04FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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