Html Css Color HEX #B04DD4 Medium Orchid

📋 copy color: '#B04DD4'

red 176 ◦ green 77 ◦ blue 212

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

Shades of Medium Orchid #B04DD4

Tints of Medium Orchid #B04DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.59%

R = 37.85%
G = 16.56%
B = 45.59%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B04DD4 (or 0xB04DD4) is known color: Medium Orchid. HEX triplet: B0, 4D and D4. RGB value is (176,77,212). Sum of RGB (Red+Green+Blue) = 176+77+212=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 212 - color contains mainly: blue. Hex color #B04DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04DD4 is #4FB22B. Grayscale: #797979. Windows color (decimal): -5222956 or 13913520. OLE color: 13913520.

HSL color Cylindrical-coordinate representation of color #B04DD4: hue angle of 284º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04DD4 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 77 212 -
CMYK 0.17 0.64 0 0.17
HSL 284º 0.61% 0.57% -
HSV(B) 284º 0.64% 0.83% -
XYZ 32.44 19.29 64.3 -
YUV 121.99 178.8 166.52 -
System Red Green Blue C M Y K H S L
Decimal 176 77 212 0.17 0.64 0 0.17 284 0.61 0.57
Hex B0 4D D4 11 40 0 11 11C 3D 39
Octal 260 115 324 21 100 0 21 434 75 71
Binary 10110000 1001101 11010100 10001 1000000 0 10001 100011100 111101 111001

Color Harmonies of #B04DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04DD4

Black with #B04DD4

Text Example


Text Example

White with #B04DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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