Html Css Color HEX #B04BC4 Medium Orchid

📋 copy color: '#B04BC4'

red 176 ◦ green 75 ◦ blue 196

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

Shades of Medium Orchid #B04BC4

Tints of Medium Orchid #B04BC4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.78%

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

R = 39.37%
G = 16.78%
B = 43.85%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B04BC4 (or 0xB04BC4) is known color: Medium Orchid. HEX triplet: B0, 4B and C4. RGB value is (176,75,196). Sum of RGB (Red+Green+Blue) = 176+75+196=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 196 - color contains mainly: blue. Hex color #B04BC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04BC4 is #4FB43B. Grayscale: #767676. Windows color (decimal): -5223484 or 12864432. OLE color: 12864432.

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

Color convert

RGB 176 75 196 -
CMYK 0.10 0.62 0 0.23
HSL 290.08º 0.51% 0.53% -
HSV(B) 290.08º 0.62% 0.77% -
XYZ 30.38 18.25 54.15 -
YUV 118.99 171.46 168.66 -
System Red Green Blue C M Y K H S L
Decimal 176 75 196 0.10 0.62 0 0.23 290.08 0.51 0.53
Hex B0 4B C4 A 3E 0 17 122 33 35
Octal 260 113 304 12 76 0 27 442 63 65
Binary 10110000 1001011 11000100 1010 111110 0 10111 100100010 110011 110101

Color Harmonies of #B04BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04BC4

Black with #B04BC4

Text Example


Text Example

White with #B04BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04BC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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