Html Css Color HEX #B04AED Medium Orchid

📋 copy color: '#B04AED'

red 176 ◦ green 74 ◦ blue 237

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

Shades of Medium Orchid #B04AED

Tints of Medium Orchid #B04AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.2%

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

R = 36.14%
G = 15.2%
B = 48.67%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B04AED (or 0xB04AED) is known color: Medium Orchid. HEX triplet: B0, 4A and ED. RGB value is (176,74,237). Sum of RGB (Red+Green+Blue) = 176+74+237=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #B04AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04AED is #4FB512. Grayscale: #7A7A7A. Windows color (decimal): -5223699 or 15551152. OLE color: 15551152.

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

Color convert

RGB 176 74 237 -
CMYK 0.26 0.69 0 0.07
HSL 277.55º 0.82% 0.61% -
HSV(B) 277.55º 0.69% 0.93% -
XYZ 35.64 20.24 82.15 -
YUV 123.08 192.29 165.75 -
System Red Green Blue C M Y K H S L
Decimal 176 74 237 0.26 0.69 0 0.07 277.55 0.82 0.61
Hex B0 4A ED 1A 45 0 7 116 52 3D
Octal 260 112 355 32 105 0 7 426 122 75
Binary 10110000 1001010 11101101 11010 1000101 0 111 100010110 1010010 111101

Color Harmonies of #B04AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04AED

Black with #B04AED

Text Example


Text Example

White with #B04AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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