Html Css Color HEX #B04EFD Medium Orchid

📋 copy color: '#B04EFD'

red 176 ◦ green 78 ◦ blue 253

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

Shades of Medium Orchid #B04EFD

Tints of Medium Orchid #B04EFD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.38%

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

R = 34.71%
G = 15.38%
B = 49.9%

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

#B04EFD (or 0xB04EFD) is known color: Medium Orchid. HEX triplet: B0, 4E and FD. RGB value is (176,78,253). Sum of RGB (Red+Green+Blue) = 176+78+253=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 78 (30.86% from 255 or 15.38% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #B04EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04EFD is #4FB102. Grayscale: #7E7E7E. Windows color (decimal): -5222659 or 16600752. OLE color: 16600752.

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

Color convert

RGB 176 78 253 -
CMYK 0.30 0.69 0 0.01
HSL 273.6º 0.98% 0.65% -
HSV(B) 273.6º 0.69% 0.99% -
XYZ 38.36 21.77 95.11 -
YUV 127.25 198.97 162.77 -
System Red Green Blue C M Y K H S L
Decimal 176 78 253 0.30 0.69 0 0.01 273.6 0.98 0.65
Hex B0 4E FD 1E 45 0 1 112 62 41
Octal 260 116 375 36 105 0 1 422 142 101
Binary 10110000 1001110 11111101 11110 1000101 0 1 100010010 1100010 1000001

Color Harmonies of #B04EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04EFD

Black with #B04EFD

Text Example


Text Example

White with #B04EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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