Html Css Color HEX #B063F3 Medium Orchid

📋 copy color: '#B063F3'

red 176 ◦ green 99 ◦ blue 243

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

Shades of Medium Orchid #B063F3

Tints of Medium Orchid #B063F3

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.11%

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

R = 33.98%
G = 19.11%
B = 46.91%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B063F3 (or 0xB063F3) is known color: Medium Orchid. HEX triplet: B0, 63 and F3. RGB value is (176,99,243). Sum of RGB (Red+Green+Blue) = 176+99+243=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #B063F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B063F3 is #4F9C0C. Grayscale: #898989. Windows color (decimal): -5217293 or 15950768. OLE color: 15950768.

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

Color convert

RGB 176 99 243 -
CMYK 0.28 0.59 0 0.05
HSL 272.08º 0.86% 0.67% -
HSV(B) 272.08º 0.59% 0.95% -
XYZ 38.54 24.62 87.52 -
YUV 138.44 187.01 154.79 -
System Red Green Blue C M Y K H S L
Decimal 176 99 243 0.28 0.59 0 0.05 272.08 0.86 0.67
Hex B0 63 F3 1C 3B 0 5 110 56 43
Octal 260 143 363 34 73 0 5 420 126 103
Binary 10110000 1100011 11110011 11100 111011 0 101 100010000 1010110 1000011

Color Harmonies of #B063F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B063F3

Black with #B063F3

Text Example


Text Example

White with #B063F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B063F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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