Html Css Color HEX #B04DC4 Medium Orchid

📋 copy color: '#B04DC4'

red 176 ◦ green 77 ◦ blue 196

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

Shades of Medium Orchid #B04DC4

Tints of Medium Orchid #B04DC4

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.15%

 BLUE value IS 196 (76.95% from 255) = 43.65%

R = 39.2%
G = 17.15%
B = 43.65%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B04DC4 (or 0xB04DC4) is known color: Medium Orchid. HEX triplet: B0, 4D and C4. RGB value is (176,77,196). Sum of RGB (Red+Green+Blue) = 176+77+196=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 196 - color contains mainly: blue. Hex color #B04DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04DC4 is #4FB23B. Grayscale: #777777. Windows color (decimal): -5222972 or 12864944. OLE color: 12864944.

HSL color Cylindrical-coordinate representation of color #B04DC4: hue angle of 289.92º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04DC4 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 77 196 -
CMYK 0.10 0.61 0 0.23
HSL 289.92º 0.5% 0.54% -
HSV(B) 289.92º 0.61% 0.77% -
XYZ 30.52 18.52 54.19 -
YUV 120.17 170.8 167.82 -
System Red Green Blue C M Y K H S L
Decimal 176 77 196 0.10 0.61 0 0.23 289.92 0.5 0.54
Hex B0 4D C4 A 3D 0 17 122 32 36
Octal 260 115 304 12 75 0 27 442 62 66
Binary 10110000 1001101 11000100 1010 111101 0 10111 100100010 110010 110110

Color Harmonies of #B04DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04DC4

Black with #B04DC4

Text Example


Text Example

White with #B04DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04DC4; }

 p { color: rgb(176,77,196); }

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

background-color css

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

 a { background-color: rgb(176,77,196); }

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

border-color css

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

 span { border-color: rgb(176,77,196); }

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