Html Css Color HEX #B03CF1 Medium Orchid

📋 copy color: '#B03CF1'

red 176 ◦ green 60 ◦ blue 241

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

Shades of Medium Orchid #B03CF1

Tints of Medium Orchid #B03CF1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.58%

 BLUE value IS 241 (94.53% from 255) = 50.52%

R = 36.9%
G = 12.58%
B = 50.52%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B03CF1 (or 0xB03CF1) is known color: Medium Orchid. HEX triplet: B0, 3C and F1. RGB value is (176,60,241). Sum of RGB (Red+Green+Blue) = 176+60+241=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #B03CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03CF1 is #4FC30E. Grayscale: #727272. Windows color (decimal): -5227279 or 15809712. OLE color: 15809712.

HSL color Cylindrical-coordinate representation of color #B03CF1: hue angle of 278.45º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B03CF1 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 60 241 -
CMYK 0.27 0.75 0 0.05
HSL 278.45º 0.87% 0.59% -
HSV(B) 278.45º 0.75% 0.95% -
XYZ 35.4 18.81 84.98 -
YUV 115.32 198.93 171.28 -
System Red Green Blue C M Y K H S L
Decimal 176 60 241 0.27 0.75 0 0.05 278.45 0.87 0.59
Hex B0 3C F1 1B 4B 0 5 116 57 3B
Octal 260 74 361 33 113 0 5 426 127 73
Binary 10110000 111100 11110001 11011 1001011 0 101 100010110 1010111 111011

Color Harmonies of #B03CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03CF1

Black with #B03CF1

Text Example


Text Example

White with #B03CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03CF1; }

 p { color: rgb(176,60,241); }

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

background-color css

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

 a { background-color: rgb(176,60,241); }

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

border-color css

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

 span { border-color: rgb(176,60,241); }

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