Html Css Color HEX #B04CCA Medium Orchid

📋 copy color: '#B04CCA'

red 176 ◦ green 76 ◦ blue 202

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

Shades of Medium Orchid #B04CCA

Tints of Medium Orchid #B04CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.49%

R = 38.77%
G = 16.74%
B = 44.49%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B04CCA (or 0xB04CCA) is known color: Medium Orchid. HEX triplet: B0, 4C and CA. RGB value is (176,76,202). Sum of RGB (Red+Green+Blue) = 176+76+202=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #B04CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04CCA is #4FB335. Grayscale: #777777. Windows color (decimal): -5223222 or 13257904. OLE color: 13257904.

HSL color Cylindrical-coordinate representation of color #B04CCA: hue angle of 287.62º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04CCA is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 76 202 -
CMYK 0.13 0.62 0 0.21
HSL 287.62º 0.54% 0.55% -
HSV(B) 287.62º 0.62% 0.79% -
XYZ 31.15 18.66 57.84 -
YUV 120.26 174.13 167.75 -
System Red Green Blue C M Y K H S L
Decimal 176 76 202 0.13 0.62 0 0.21 287.62 0.54 0.55
Hex B0 4C CA D 3E 0 15 120 36 37
Octal 260 114 312 15 76 0 25 440 66 67
Binary 10110000 1001100 11001010 1101 111110 0 10101 100100000 110110 110111

Color Harmonies of #B04CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04CCA

Black with #B04CCA

Text Example


Text Example

White with #B04CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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