Html Css Color HEX #B04CCF Medium Orchid

📋 copy color: '#B04CCF'

red 176 ◦ green 76 ◦ blue 207

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

Shades of Medium Orchid #B04CCF

Tints of Medium Orchid #B04CCF

RGB

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

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

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

R = 38.34%
G = 16.56%
B = 45.1%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B04CCF (or 0xB04CCF) is known color: Medium Orchid. HEX triplet: B0, 4C and CF. RGB value is (176,76,207). Sum of RGB (Red+Green+Blue) = 176+76+207=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #B04CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04CCF is #4FB330. Grayscale: #787878. Windows color (decimal): -5223217 or 13585584. OLE color: 13585584.

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

Color convert

RGB 176 76 207 -
CMYK 0.15 0.63 0 0.19
HSL 285.8º 0.58% 0.55% -
HSV(B) 285.8º 0.63% 0.81% -
XYZ 31.75 18.9 61.01 -
YUV 120.83 176.63 167.35 -
System Red Green Blue C M Y K H S L
Decimal 176 76 207 0.15 0.63 0 0.19 285.8 0.58 0.55
Hex B0 4C CF F 3F 0 13 11E 3A 37
Octal 260 114 317 17 77 0 23 436 72 67
Binary 10110000 1001100 11001111 1111 111111 0 10011 100011110 111010 110111

Color Harmonies of #B04CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04CCF

Black with #B04CCF

Text Example


Text Example

White with #B04CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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