Html Css Color HEX #B04BC9 Medium Orchid

📋 copy color: '#B04BC9'

red 176 ◦ green 75 ◦ blue 201

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

Shades of Medium Orchid #B04BC9

Tints of Medium Orchid #B04BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.47%

R = 38.94%
G = 16.59%
B = 44.47%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B04BC9 (or 0xB04BC9) is known color: Medium Orchid. HEX triplet: B0, 4B and C9. RGB value is (176,75,201). Sum of RGB (Red+Green+Blue) = 176+75+201=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 201 - color contains mainly: blue. Hex color #B04BC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04BC9 is #4FB436. Grayscale: #777777. Windows color (decimal): -5223479 or 13192112. OLE color: 13192112.

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

Color convert

RGB 176 75 201 -
CMYK 0.12 0.63 0 0.21
HSL 288.1º 0.54% 0.54% -
HSV(B) 288.1º 0.63% 0.79% -
XYZ 30.96 18.48 57.19 -
YUV 119.56 173.96 168.25 -
System Red Green Blue C M Y K H S L
Decimal 176 75 201 0.12 0.63 0 0.21 288.1 0.54 0.54
Hex B0 4B C9 C 3F 0 15 120 36 36
Octal 260 113 311 14 77 0 25 440 66 66
Binary 10110000 1001011 11001001 1100 111111 0 10101 100100000 110110 110110

Color Harmonies of #B04BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04BC9

Black with #B04BC9

Text Example


Text Example

White with #B04BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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