Html Css Color HEX #B04FED Medium Orchid

📋 copy color: '#B04FED'

red 176 ◦ green 79 ◦ blue 237

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

Shades of Medium Orchid #B04FED

Tints of Medium Orchid #B04FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.17%

R = 35.77%
G = 16.06%
B = 48.17%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B04FED (or 0xB04FED) is known color: Medium Orchid. HEX triplet: B0, 4F and ED. RGB value is (176,79,237). Sum of RGB (Red+Green+Blue) = 176+79+237=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 79 (31.25% from 255 or 16.06% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #B04FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04FED is #4FB012. Grayscale: #7D7D7D. Windows color (decimal): -5222419 or 15552432. OLE color: 15552432.

HSL color Cylindrical-coordinate representation of color #B04FED: hue angle of 276.84º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B04FED is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 79 237 -
CMYK 0.26 0.67 0 0.07
HSL 276.84º 0.81% 0.62% -
HSV(B) 276.84º 0.67% 0.93% -
XYZ 35.99 20.94 82.27 -
YUV 126.02 190.64 163.65 -
System Red Green Blue C M Y K H S L
Decimal 176 79 237 0.26 0.67 0 0.07 276.84 0.81 0.62
Hex B0 4F ED 1A 43 0 7 115 51 3E
Octal 260 117 355 32 103 0 7 425 121 76
Binary 10110000 1001111 11101101 11010 1000011 0 111 100010101 1010001 111110

Color Harmonies of #B04FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04FED

Black with #B04FED

Text Example


Text Example

White with #B04FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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