Html Css Color HEX #B04CC4 Medium Orchid

📋 copy color: '#B04CC4'

red 176 ◦ green 76 ◦ blue 196

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

Shades of Medium Orchid #B04CC4

Tints of Medium Orchid #B04CC4

RGB

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

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

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

R = 39.29%
G = 16.96%
B = 43.75%

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

#B04CC4 (or 0xB04CC4) is known color: Medium Orchid. HEX triplet: B0, 4C and C4. RGB value is (176,76,196). Sum of RGB (Red+Green+Blue) = 176+76+196=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 196 - color contains mainly: blue. Hex color #B04CC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04CC4 is #4FB33B. Grayscale: #777777. Windows color (decimal): -5223228 or 12864688. OLE color: 12864688.

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

Color convert

RGB 176 76 196 -
CMYK 0.10 0.61 0 0.23
HSL 290º 0.5% 0.53% -
HSV(B) 290º 0.61% 0.77% -
XYZ 30.45 18.38 54.17 -
YUV 119.58 171.13 168.24 -
System Red Green Blue C M Y K H S L
Decimal 176 76 196 0.10 0.61 0 0.23 290 0.5 0.53
Hex B0 4C C4 A 3D 0 17 122 32 35
Octal 260 114 304 12 75 0 27 442 62 65
Binary 10110000 1001100 11000100 1010 111101 0 10111 100100010 110010 110101

Color Harmonies of #B04CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04CC4

Black with #B04CC4

Text Example


Text Example

White with #B04CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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