Html Css Color HEX #B04FCF Medium Orchid

📋 copy color: '#B04FCF'

red 176 ◦ green 79 ◦ blue 207

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

Shades of Medium Orchid #B04FCF

Tints of Medium Orchid #B04FCF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.1%

 BLUE value IS 207 (81.25% from 255) = 44.81%

R = 38.1%
G = 17.1%
B = 44.81%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B04FCF (or 0xB04FCF) is known color: Medium Orchid. HEX triplet: B0, 4F and CF. RGB value is (176,79,207). Sum of RGB (Red+Green+Blue) = 176+79+207=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #B04FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04FCF is #4FB030. Grayscale: #7A7A7A. Windows color (decimal): -5222449 or 13586352. OLE color: 13586352.

HSL color Cylindrical-coordinate representation of color #B04FCF: hue angle of 285.47º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04FCF is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 79 207 -
CMYK 0.15 0.62 0 0.19
HSL 285.47º 0.57% 0.56% -
HSV(B) 285.47º 0.62% 0.81% -
XYZ 31.96 19.33 61.08 -
YUV 122.6 175.64 166.09 -
System Red Green Blue C M Y K H S L
Decimal 176 79 207 0.15 0.62 0 0.19 285.47 0.57 0.56
Hex B0 4F CF F 3E 0 13 11D 39 38
Octal 260 117 317 17 76 0 23 435 71 70
Binary 10110000 1001111 11001111 1111 111110 0 10011 100011101 111001 111000

Color Harmonies of #B04FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04FCF

Black with #B04FCF

Text Example


Text Example

White with #B04FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04FCF; }

 p { color: rgb(176,79,207); }

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

background-color css

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

 a { background-color: rgb(176,79,207); }

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

border-color css

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

 span { border-color: rgb(176,79,207); }

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