Html Css Color HEX #B03FCD Medium Orchid

📋 copy color: '#B03FCD'

red 176 ◦ green 63 ◦ blue 205

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

Shades of Medium Orchid #B03FCD

Tints of Medium Orchid #B03FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 14.19%

 BLUE value IS 205 (80.47% from 255) = 46.17%

R = 39.64%
G = 14.19%
B = 46.17%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B03FCD (or 0xB03FCD) is known color: Medium Orchid. HEX triplet: B0, 3F and CD. RGB value is (176,63,205). Sum of RGB (Red+Green+Blue) = 176+63+205=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #B03FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03FCD is #4FC032. Grayscale: #707070. Windows color (decimal): -5226547 or 13451184. OLE color: 13451184.

HSL color Cylindrical-coordinate representation of color #B03FCD: hue angle of 287.75º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03FCD is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 63 205 -
CMYK 0.14 0.69 0 0.20
HSL 287.75º 0.59% 0.53% -
HSV(B) 287.75º 0.69% 0.8% -
XYZ 30.7 17.19 59.46 -
YUV 112.98 179.94 172.95 -
System Red Green Blue C M Y K H S L
Decimal 176 63 205 0.14 0.69 0 0.20 287.75 0.59 0.53
Hex B0 3F CD E 45 0 14 120 3B 35
Octal 260 77 315 16 105 0 24 440 73 65
Binary 10110000 111111 11001101 1110 1000101 0 10100 100100000 111011 110101

Color Harmonies of #B03FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03FCD

Black with #B03FCD

Text Example


Text Example

White with #B03FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03FCD; }

 p { color: rgb(176,63,205); }

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

background-color css

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

 a { background-color: rgb(176,63,205); }

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

border-color css

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

 span { border-color: rgb(176,63,205); }

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