Html Css Color HEX #B063BF Medium Orchid

📋 copy color: '#B063BF'

red 176 ◦ green 99 ◦ blue 191

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

Shades of Medium Orchid #B063BF

Tints of Medium Orchid #B063BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.99%

R = 37.77%
G = 21.24%
B = 40.99%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B063BF (or 0xB063BF) is known color: Medium Orchid. HEX triplet: B0, 63 and BF. RGB value is (176,99,191). Sum of RGB (Red+Green+Blue) = 176+99+191=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #B063BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B063BF is #4F9C40. Grayscale: #848484. Windows color (decimal): -5217345 or 12542896. OLE color: 12542896.

HSL color Cylindrical-coordinate representation of color #B063BF: hue angle of 290.22º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B063BF is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 99 191 -
CMYK 0.08 0.48 0 0.25
HSL 290.22º 0.42% 0.57% -
HSV(B) 290.22º 0.48% 0.75% -
XYZ 31.77 21.92 51.85 -
YUV 132.51 161.01 159.02 -
System Red Green Blue C M Y K H S L
Decimal 176 99 191 0.08 0.48 0 0.25 290.22 0.42 0.57
Hex B0 63 BF 8 30 0 19 122 2A 39
Octal 260 143 277 10 60 0 31 442 52 71
Binary 10110000 1100011 10111111 1000 110000 0 11001 100100010 101010 111001

Color Harmonies of #B063BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B063BF

Black with #B063BF

Text Example


Text Example

White with #B063BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B063BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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