Html Css Color HEX #B03DF3 Medium Orchid

📋 copy color: '#B03DF3'

red 176 ◦ green 61 ◦ blue 243

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

Shades of Medium Orchid #B03DF3

Tints of Medium Orchid #B03DF3

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.71%

 BLUE value IS 243 (95.31% from 255) = 50.63%

R = 36.67%
G = 12.71%
B = 50.63%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B03DF3 (or 0xB03DF3) is known color: Medium Orchid. HEX triplet: B0, 3D and F3. RGB value is (176,61,243). Sum of RGB (Red+Green+Blue) = 176+61+243=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 61 (24.22% from 255 or 12.71% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #B03DF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03DF3 is #4FC20C. Grayscale: #737373. Windows color (decimal): -5227021 or 15941040. OLE color: 15941040.

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

Color convert

RGB 176 61 243 -
CMYK 0.28 0.75 0 0.05
HSL 277.91º 0.88% 0.6% -
HSV(B) 277.91º 0.75% 0.95% -
XYZ 35.75 19.04 86.58 -
YUV 116.13 199.6 170.7 -
System Red Green Blue C M Y K H S L
Decimal 176 61 243 0.28 0.75 0 0.05 277.91 0.88 0.6
Hex B0 3D F3 1C 4B 0 5 116 58 3C
Octal 260 75 363 34 113 0 5 426 130 74
Binary 10110000 111101 11110011 11100 1001011 0 101 100010110 1011000 111100

Color Harmonies of #B03DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03DF3

Black with #B03DF3

Text Example


Text Example

White with #B03DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03DF3; }

 p { color: rgb(176,61,243); }

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

background-color css

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

 a { background-color: rgb(176,61,243); }

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

border-color css

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

 span { border-color: rgb(176,61,243); }

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