Html Css Color HEX #B04AEB Medium Orchid

📋 copy color: '#B04AEB'

red 176 ◦ green 74 ◦ blue 235

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

Shades of Medium Orchid #B04AEB

Tints of Medium Orchid #B04AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.45%

R = 36.29%
G = 15.26%
B = 48.45%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B04AEB (or 0xB04AEB) is known color: Medium Orchid. HEX triplet: B0, 4A and EB. RGB value is (176,74,235). Sum of RGB (Red+Green+Blue) = 176+74+235=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #B04AEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04AEB is #4FB514. Grayscale: #7A7A7A. Windows color (decimal): -5223701 or 15420080. OLE color: 15420080.

HSL color Cylindrical-coordinate representation of color #B04AEB: hue angle of 278.01º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B04AEB is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 74 235 -
CMYK 0.25 0.69 0 0.08
HSL 278.01º 0.8% 0.61% -
HSV(B) 278.01º 0.69% 0.92% -
XYZ 35.35 20.13 80.62 -
YUV 122.85 191.29 165.91 -
System Red Green Blue C M Y K H S L
Decimal 176 74 235 0.25 0.69 0 0.08 278.01 0.8 0.61
Hex B0 4A EB 19 45 0 8 116 50 3D
Octal 260 112 353 31 105 0 10 426 120 75
Binary 10110000 1001010 11101011 11001 1000101 0 1000 100010110 1010000 111101

Color Harmonies of #B04AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04AEB

Black with #B04AEB

Text Example


Text Example

White with #B04AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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