Html Css Color HEX #B064E3 Medium Orchid

📋 copy color: '#B064E3'

red 176 ◦ green 100 ◦ blue 227

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

Shades of Medium Orchid #B064E3

Tints of Medium Orchid #B064E3

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.88%

 BLUE value IS 227 (89.06% from 255) = 45.13%

R = 34.99%
G = 19.88%
B = 45.13%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B064E3 (or 0xB064E3) is known color: Medium Orchid. HEX triplet: B0, 64 and E3. RGB value is (176,100,227). Sum of RGB (Red+Green+Blue) = 176+100+227=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 227 - color contains mainly: blue. Hex color #B064E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B064E3 is #4F9B1C. Grayscale: #888888. Windows color (decimal): -5217053 or 14902448. OLE color: 14902448.

HSL color Cylindrical-coordinate representation of color #B064E3: hue angle of 275.91º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B064E3 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 100 227 -
CMYK 0.22 0.56 0 0.11
HSL 275.91º 0.69% 0.64% -
HSV(B) 275.91º 0.56% 0.89% -
XYZ 36.33 23.89 75.37 -
YUV 137.2 178.68 155.67 -
System Red Green Blue C M Y K H S L
Decimal 176 100 227 0.22 0.56 0 0.11 275.91 0.69 0.64
Hex B0 64 E3 16 38 0 B 114 45 40
Octal 260 144 343 26 70 0 13 424 105 100
Binary 10110000 1100100 11100011 10110 111000 0 1011 100010100 1000101 1000000

Color Harmonies of #B064E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B064E3

Black with #B064E3

Text Example


Text Example

White with #B064E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B064E3; }

 p { color: rgb(176,100,227); }

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

background-color css

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

 a { background-color: rgb(176,100,227); }

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

border-color css

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

 span { border-color: rgb(176,100,227); }

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