Html Css Color HEX #B04CDA Medium Orchid

📋 copy color: '#B04CDA'

red 176 ◦ green 76 ◦ blue 218

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

Shades of Medium Orchid #B04CDA

Tints of Medium Orchid #B04CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.17%

 BLUE value IS 218 (85.55% from 255) = 46.38%

R = 37.45%
G = 16.17%
B = 46.38%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B04CDA (or 0xB04CDA) is known color: Medium Orchid. HEX triplet: B0, 4C and DA. RGB value is (176,76,218). Sum of RGB (Red+Green+Blue) = 176+76+218=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #B04CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04CDA is #4FB325. Grayscale: #797979. Windows color (decimal): -5223206 or 14306480. OLE color: 14306480.

HSL color Cylindrical-coordinate representation of color #B04CDA: hue angle of 282.25º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B04CDA is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 76 218 -
CMYK 0.19 0.65 0 0.15
HSL 282.25º 0.66% 0.58% -
HSV(B) 282.25º 0.65% 0.85% -
XYZ 33.14 19.46 68.34 -
YUV 122.09 182.13 166.45 -
System Red Green Blue C M Y K H S L
Decimal 176 76 218 0.19 0.65 0 0.15 282.25 0.66 0.58
Hex B0 4C DA 13 41 0 F 11A 42 3A
Octal 260 114 332 23 101 0 17 432 102 72
Binary 10110000 1001100 11011010 10011 1000001 0 1111 100011010 1000010 111010

Color Harmonies of #B04CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04CDA

Black with #B04CDA

Text Example


Text Example

White with #B04CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04CDA; }

 p { color: rgb(176,76,218); }

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

background-color css

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

 a { background-color: rgb(176,76,218); }

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

border-color css

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

 span { border-color: rgb(176,76,218); }

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