Html Css Color HEX #B04EF3 Medium Orchid

📋 copy color: '#B04EF3'

red 176 ◦ green 78 ◦ blue 243

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

Shades of Medium Orchid #B04EF3

Tints of Medium Orchid #B04EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.89%

R = 35.41%
G = 15.69%
B = 48.89%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B04EF3 (or 0xB04EF3) is known color: Medium Orchid. HEX triplet: B0, 4E and F3. RGB value is (176,78,243). Sum of RGB (Red+Green+Blue) = 176+78+243=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 243 - color contains mainly: blue. Hex color #B04EF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04EF3 is #4FB10C. Grayscale: #7D7D7D. Windows color (decimal): -5222669 or 15945392. OLE color: 15945392.

HSL color Cylindrical-coordinate representation of color #B04EF3: hue angle of 275.64º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B04EF3 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 78 243 -
CMYK 0.28 0.68 0 0.05
HSL 275.64º 0.87% 0.63% -
HSV(B) 275.64º 0.68% 0.95% -
XYZ 36.81 21.15 86.94 -
YUV 126.11 193.97 163.58 -
System Red Green Blue C M Y K H S L
Decimal 176 78 243 0.28 0.68 0 0.05 275.64 0.87 0.63
Hex B0 4E F3 1C 44 0 5 114 57 3F
Octal 260 116 363 34 104 0 5 424 127 77
Binary 10110000 1001110 11110011 11100 1000100 0 101 100010100 1010111 111111

Color Harmonies of #B04EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04EF3

Black with #B04EF3

Text Example


Text Example

White with #B04EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04EF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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