Html Css Color HEX #B04ACB Medium Orchid

📋 copy color: '#B04ACB'

red 176 ◦ green 74 ◦ blue 203

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

Shades of Medium Orchid #B04ACB

Tints of Medium Orchid #B04ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.81%

R = 38.85%
G = 16.34%
B = 44.81%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B04ACB (or 0xB04ACB) is known color: Medium Orchid. HEX triplet: B0, 4A and CB. RGB value is (176,74,203). Sum of RGB (Red+Green+Blue) = 176+74+203=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #B04ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04ACB is #4FB534. Grayscale: #767676. Windows color (decimal): -5223733 or 13322928. OLE color: 13322928.

HSL color Cylindrical-coordinate representation of color #B04ACB: hue angle of 287.44º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04ACB is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 74 203 -
CMYK 0.13 0.64 0 0.20
HSL 287.44º 0.55% 0.54% -
HSV(B) 287.44º 0.64% 0.8% -
XYZ 31.13 18.44 58.42 -
YUV 119.2 175.29 168.51 -
System Red Green Blue C M Y K H S L
Decimal 176 74 203 0.13 0.64 0 0.20 287.44 0.55 0.54
Hex B0 4A CB D 40 0 14 11F 37 36
Octal 260 112 313 15 100 0 24 437 67 66
Binary 10110000 1001010 11001011 1101 1000000 0 10100 100011111 110111 110110

Color Harmonies of #B04ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04ACB

Black with #B04ACB

Text Example


Text Example

White with #B04ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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