Html Css Color HEX #B04FDD Medium Orchid

📋 copy color: '#B04FDD'

red 176 ◦ green 79 ◦ blue 221

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

Shades of Medium Orchid #B04FDD

Tints of Medium Orchid #B04FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 36.97%
G = 16.6%
B = 46.43%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B04FDD (or 0xB04FDD) is known color: Medium Orchid. HEX triplet: B0, 4F and DD. RGB value is (176,79,221). Sum of RGB (Red+Green+Blue) = 176+79+221=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #B04FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04FDD is #4FB022. Grayscale: #7B7B7B. Windows color (decimal): -5222435 or 14503856. OLE color: 14503856.

HSL color Cylindrical-coordinate representation of color #B04FDD: hue angle of 280.99º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04FDD is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 79 221 -
CMYK 0.20 0.64 0 0.13
HSL 280.99º 0.68% 0.59% -
HSV(B) 280.99º 0.64% 0.87% -
XYZ 33.75 20.04 70.5 -
YUV 124.19 182.64 164.95 -
System Red Green Blue C M Y K H S L
Decimal 176 79 221 0.20 0.64 0 0.13 280.99 0.68 0.59
Hex B0 4F DD 14 40 0 D 119 44 3B
Octal 260 117 335 24 100 0 15 431 104 73
Binary 10110000 1001111 11011101 10100 1000000 0 1101 100011001 1000100 111011

Color Harmonies of #B04FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04FDD

Black with #B04FDD

Text Example


Text Example

White with #B04FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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