Html Css Color HEX #B03FCE Medium Orchid

📋 copy color: '#B03FCE'

red 176 ◦ green 63 ◦ blue 206

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

Shades of Medium Orchid #B03FCE

Tints of Medium Orchid #B03FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 39.55%
G = 14.16%
B = 46.29%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B03FCE (or 0xB03FCE) is known color: Medium Orchid. HEX triplet: B0, 3F and CE. RGB value is (176,63,206). Sum of RGB (Red+Green+Blue) = 176+63+206=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #B03FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03FCE is #4FC031. Grayscale: #707070. Windows color (decimal): -5226546 or 13516720. OLE color: 13516720.

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

Color convert

RGB 176 63 206 -
CMYK 0.15 0.69 0 0.19
HSL 287.41º 0.59% 0.53% -
HSV(B) 287.41º 0.69% 0.81% -
XYZ 30.82 17.24 60.1 -
YUV 113.09 180.44 172.87 -
System Red Green Blue C M Y K H S L
Decimal 176 63 206 0.15 0.69 0 0.19 287.41 0.59 0.53
Hex B0 3F CE F 45 0 13 11F 3B 35
Octal 260 77 316 17 105 0 23 437 73 65
Binary 10110000 111111 11001110 1111 1000101 0 10011 100011111 111011 110101

Color Harmonies of #B03FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03FCE

Black with #B03FCE

Text Example


Text Example

White with #B03FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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