Html Css Color HEX #B063E5 Medium Orchid

📋 copy color: '#B063E5'

red 176 ◦ green 99 ◦ blue 229

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

Shades of Medium Orchid #B063E5

Tints of Medium Orchid #B063E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.44%

R = 34.92%
G = 19.64%
B = 45.44%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B063E5 (or 0xB063E5) is known color: Medium Orchid. HEX triplet: B0, 63 and E5. RGB value is (176,99,229). Sum of RGB (Red+Green+Blue) = 176+99+229=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #B063E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B063E5 is #4F9C1A. Grayscale: #888888. Windows color (decimal): -5217307 or 15033264. OLE color: 15033264.

HSL color Cylindrical-coordinate representation of color #B063E5: hue angle of 275.54º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B063E5 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 99 229 -
CMYK 0.23 0.57 0 0.10
HSL 275.54º 0.71% 0.64% -
HSV(B) 275.54º 0.57% 0.9% -
XYZ 36.51 23.81 76.8 -
YUV 136.84 180.01 155.93 -
System Red Green Blue C M Y K H S L
Decimal 176 99 229 0.23 0.57 0 0.10 275.54 0.71 0.64
Hex B0 63 E5 17 39 0 A 114 47 40
Octal 260 143 345 27 71 0 12 424 107 100
Binary 10110000 1100011 11100101 10111 111001 0 1010 100010100 1000111 1000000

Color Harmonies of #B063E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B063E5

Black with #B063E5

Text Example


Text Example

White with #B063E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B063E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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