Html Css Color HEX #B04EFE Medium Orchid

📋 copy color: '#B04EFE'

red 176 ◦ green 78 ◦ blue 254

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

Shades of Medium Orchid #B04EFE

Tints of Medium Orchid #B04EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50%

R = 34.65%
G = 15.35%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B04EFE (or 0xB04EFE) is known color: Medium Orchid. HEX triplet: B0, 4E and FE. RGB value is (176,78,254). Sum of RGB (Red+Green+Blue) = 176+78+254=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 78 (30.86% from 255 or 15.35% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #B04EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04EFE is #4FB101. Grayscale: #7E7E7E. Windows color (decimal): -5222658 or 16666288. OLE color: 16666288.

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

Color convert

RGB 176 78 254 -
CMYK 0.31 0.69 0 0.00
HSL 273.41º 0.99% 0.65% -
HSV(B) 273.41º 0.69% 1% -
XYZ 38.52 21.83 95.95 -
YUV 127.37 199.47 162.69 -
System Red Green Blue C M Y K H S L
Decimal 176 78 254 0.31 0.69 0 0.00 273.41 0.99 0.65
Hex B0 4E FE 1F 45 0 0 111 63 41
Octal 260 116 376 37 105 0 0 421 143 101
Binary 10110000 1001110 11111110 11111 1000101 0 0 100010001 1100011 1000001

Color Harmonies of #B04EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04EFE

Black with #B04EFE

Text Example


Text Example

White with #B04EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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