Html Css Color HEX #B063EF Medium Orchid

📋 copy color: '#B063EF'

red 176 ◦ green 99 ◦ blue 239

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

Shades of Medium Orchid #B063EF

Tints of Medium Orchid #B063EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.5%

R = 34.24%
G = 19.26%
B = 46.5%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B063EF (or 0xB063EF) is known color: Medium Orchid. HEX triplet: B0, 63 and EF. RGB value is (176,99,239). Sum of RGB (Red+Green+Blue) = 176+99+239=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #B063EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B063EF is #4F9C10. Grayscale: #898989. Windows color (decimal): -5217297 or 15688624. OLE color: 15688624.

HSL color Cylindrical-coordinate representation of color #B063EF: hue angle of 273º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B063EF is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 99 239 -
CMYK 0.26 0.59 0 0.06
HSL 273º 0.81% 0.66% -
HSV(B) 273º 0.59% 0.94% -
XYZ 37.95 24.39 84.37 -
YUV 137.98 185.01 155.12 -
System Red Green Blue C M Y K H S L
Decimal 176 99 239 0.26 0.59 0 0.06 273 0.81 0.66
Hex B0 63 EF 1A 3B 0 6 111 51 42
Octal 260 143 357 32 73 0 6 421 121 102
Binary 10110000 1100011 11101111 11010 111011 0 110 100010001 1010001 1000010

Color Harmonies of #B063EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B063EF

Black with #B063EF

Text Example


Text Example

White with #B063EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B063EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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