Html Css Color HEX #B04CCD Medium Orchid

📋 copy color: '#B04CCD'

red 176 ◦ green 76 ◦ blue 205

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

Shades of Medium Orchid #B04CCD

Tints of Medium Orchid #B04CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 38.51%
G = 16.63%
B = 44.86%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B04CCD (or 0xB04CCD) is known color: Medium Orchid. HEX triplet: B0, 4C and CD. RGB value is (176,76,205). Sum of RGB (Red+Green+Blue) = 176+76+205=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #B04CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04CCD is #4FB332. Grayscale: #787878. Windows color (decimal): -5223219 or 13454512. OLE color: 13454512.

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

Color convert

RGB 176 76 205 -
CMYK 0.14 0.63 0 0.20
HSL 286.51º 0.56% 0.55% -
HSV(B) 286.51º 0.63% 0.8% -
XYZ 31.51 18.81 59.73 -
YUV 120.61 175.63 167.51 -
System Red Green Blue C M Y K H S L
Decimal 176 76 205 0.14 0.63 0 0.20 286.51 0.56 0.55
Hex B0 4C CD E 3F 0 14 11F 38 37
Octal 260 114 315 16 77 0 24 437 70 67
Binary 10110000 1001100 11001101 1110 111111 0 10100 100011111 111000 110111

Color Harmonies of #B04CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04CCD

Black with #B04CCD

Text Example


Text Example

White with #B04CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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